#include #include #include TEST_CASE("range concept", "[ranges]") { STATIC_REQUIRE(not stdx::range); STATIC_REQUIRE(stdx::range>); }