Searched refs:test_is_not_default_constructible (Results 1 – 1 of 1) sorted by relevance
26 void test_is_not_default_constructible() in test_is_not_default_constructible() function85 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()