Searched refs:test_not_is_default_constructible (Results 1 – 1 of 1) sorted by relevance
63 void test_not_is_default_constructible() in test_not_is_default_constructible() function152 test_not_is_default_constructible<NoDefault>(); in main()153 test_not_is_default_constructible<DeletedDefault>(); in main()154 test_not_is_default_constructible<DefaultSFINAES<int&>>(); in main()155 test_not_is_default_constructible<DefaultSFINAES<int&&>>(); in main()156 test_not_is_default_constructible<int&>(); in main()157 test_not_is_default_constructible<int&&>(); in main()