Searched defs:is_nothrow_move_constructible (Results 1 - 1 of 1) sorted by relevance
/external/clang/test/SemaTemplate/ | ||
H A D | exception-spec-crash.cpp | 4 template <class _Tp> struct is_nothrow_move_constructible { struct 18 noexcept(is_nothrow_move_constructible<allocator_type>::value); |
Completed in 71 milliseconds