Searched refs:test_is_not_constructible (Results 1 – 1 of 1) sorted by relevance
121 void test_is_not_constructible() in test_is_not_constructible() function131 void test_is_not_constructible() in test_is_not_constructible() function163 test_is_not_constructible<A> (); in main()165 test_is_not_constructible<A, char> (); in main()169 test_is_not_constructible<A, void> (); in main()170 test_is_not_constructible<int, void()>(); in main()171 test_is_not_constructible<int, void(&)()>(); in main()172 test_is_not_constructible<int, void() const>(); in main()173 test_is_not_constructible<int&, void>(); in main()174 test_is_not_constructible<int&, void()>(); in main()[all …]