Searched refs:test_is_not_constructible (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_constructible.pass.cpp46 void test_is_not_constructible() function
52 void test_is_not_constructible() function
65 test_is_not_constructible<A> ();
67 test_is_not_constructible<A, char> ();
71 test_is_not_constructible<A, void> ();
72 test_is_not_constructible<void> ();
73 test_is_not_constructible<int&> ();

Completed in 288 milliseconds