Searched refs:test_is_not_default_constructible (Results 1 – 2 of 2) 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 …]
32 void test_is_not_default_constructible() in test_is_not_default_constructible() function99 test_is_not_default_constructible<void>(); in main()100 test_is_not_default_constructible<int&>(); in main()101 test_is_not_default_constructible<char[]>(); in main()102 test_is_not_default_constructible<char[][3]>(); in main()104 test_is_not_default_constructible<Abstract>(); in main()105 test_is_not_default_constructible<NoDefaultConstructor>(); in main()107 test_is_not_default_constructible<B>(); in main()108 test_is_not_default_constructible<int&&>(); in main()118 test_is_not_default_constructible<void()>(); in main()[all …]