Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_default_constructible.pass.cpp26 void test_is_not_default_constructible() in test_is_not_default_constructible() function
85 test_is_not_default_constructible<void>(); in main()
86 test_is_not_default_constructible<int&>(); in main()
87 test_is_not_default_constructible<char[]>(); in main()
88 test_is_not_default_constructible<Abstract>(); in main()
89 test_is_not_default_constructible<NoDefaultConstructor>(); in main()
91 test_is_not_default_constructible<B>(); in main()