Searched refs:test_is_not_move_constructible (Results 1 – 3 of 3) sorted by relevance
27 void test_is_not_move_constructible() in test_is_not_move_constructible() function72 test_is_not_move_constructible<char[3]>(); in main()73 test_is_not_move_constructible<char[]>(); in main()74 test_is_not_move_constructible<void>(); in main()75 test_is_not_move_constructible<Abstract>(); in main()
26 void test_is_not_move_constructible() in test_is_not_move_constructible() function69 test_is_not_move_constructible<char[3]>(); in main()70 test_is_not_move_constructible<char[]>(); in main()71 test_is_not_move_constructible<void>(); in main()72 test_is_not_move_constructible<Abstract>(); in main()