Home
last modified time | relevance | path

Searched refs:test_is_not_move_constructible (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_move_constructible.pass.cpp23 void test_is_not_move_constructible() in test_is_not_move_constructible() function
65 test_is_not_move_constructible<char[3]>(); in main()
66 test_is_not_move_constructible<char[]>(); in main()
67 test_is_not_move_constructible<void>(); in main()
68 test_is_not_move_constructible<Abstract>(); in main()