Searched refs:test_is_not_default_constructible (Results 1 – 1 of 1) sorted by relevance
33 void test_is_not_default_constructible() in test_is_not_default_constructible() function100 test_is_not_default_constructible<void>(); in main()101 test_is_not_default_constructible<int&>(); in main()102 test_is_not_default_constructible<char[]>(); in main()103 test_is_not_default_constructible<char[][3]>(); in main()105 test_is_not_default_constructible<Abstract>(); in main()106 test_is_not_default_constructible<NoDefaultConstructor>(); in main()108 test_is_not_default_constructible<B>(); in main()109 test_is_not_default_constructible<int&&>(); in main()119 test_is_not_default_constructible<void()>(); in main()[all …]