Searched refs:test_remove_cv (Results 1 – 1 of 1) sorted by relevance
28 void test_remove_cv() in test_remove_cv() function38 test_remove_cv<void>(); in main()39 test_remove_cv<int>(); in main()40 test_remove_cv<int[3]>(); in main()41 test_remove_cv<int&>(); in main()42 test_remove_cv<const int&>(); in main()43 test_remove_cv<int*>(); in main()44 test_remove_cv<const int*>(); in main()