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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_copy_constructible.pass.cpp23 void test_is_not_copy_constructible() function
80 test_is_not_copy_constructible<char[3]>();
81 test_is_not_copy_constructible<char[]>();
82 test_is_not_copy_constructible<void>();
83 test_is_not_copy_constructible<Abstract>();
84 test_is_not_copy_constructible<C>();
86 test_is_not_copy_constructible<B>();

Completed in 559 milliseconds