Searched refs:test_is_not_constructible (Results 1 – 1 of 1) sorted by relevance
110 void test_is_not_constructible() in test_is_not_constructible() function120 void test_is_not_constructible() in test_is_not_constructible() function151 test_is_not_constructible<A> (); in main()153 test_is_not_constructible<A, char> (); in main()157 test_is_not_constructible<A, void> (); in main()158 test_is_not_constructible<int, void()>(); in main()159 test_is_not_constructible<int, void(&)()>(); in main()160 test_is_not_constructible<int, void() const>(); in main()161 test_is_not_constructible<int&, void>(); in main()162 test_is_not_constructible<int&, void()>(); in main()[all …]