Searched refs:test_is_nothrow_constructible (Results 1 – 1 of 1) sorted by relevance
18 void test_is_nothrow_constructible() in test_is_nothrow_constructible() function24 void test_is_nothrow_constructible() in test_is_nothrow_constructible() function87 test_is_nothrow_constructible<int> (); in main()88 test_is_nothrow_constructible<int, const int&> (); in main()89 test_is_nothrow_constructible<Empty> (); in main()90 test_is_nothrow_constructible<Empty, const Empty&> (); in main()92 test_is_nothrow_constructible<Tuple &&, Empty> (); // See bug #19616. in main()