Home
last modified time | relevance | path

Searched refs:STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/hof/test/
Dmatch.cpp105 STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE(decltype(lam)); in BOOST_HOF_TEST_CASE()
120 STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE(not_default_constructible); in BOOST_HOF_TEST_CASE()
128 STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE(decltype(lam)); in BOOST_HOF_TEST_CASE()
Dtest.hpp70 #define STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE(T) macro
72 #define STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE(T) static_assert(!std::is_default_constructible<T>:… macro
Dalways.cpp44 STATIC_ASSERT_NOT_DEFAULT_CONSTRUCTIBLE(decltype(f)); in BOOST_HOF_TEST_CASE()