diff --git a/app/playground/main.cpp b/app/playground/main.cpp index 65be9ea..cde3abd 100644 --- a/app/playground/main.cpp +++ b/app/playground/main.cpp @@ -10,7 +10,5 @@ #include int main() { - auto range = boost::irange(0, 10); - bool test = std::is_integral::type>::value; - std::cout << test << std::endl; + }