Broke C++03 compatibility in 245330. Fix that.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@245336 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e030714ff
commit
d434e2a535
@ -5574,7 +5574,7 @@ template <typename _Alloc>
|
|||||||
_LIBCPP_INLINE_VISIBILITY
|
_LIBCPP_INLINE_VISIBILITY
|
||||||
void __swap_allocator(_Alloc &, _Alloc &, false_type) _NOEXCEPT {}
|
void __swap_allocator(_Alloc &, _Alloc &, false_type) _NOEXCEPT {}
|
||||||
|
|
||||||
template <typename _Alloc, typename _Traits=allocator_traits<_Alloc>>
|
template <typename _Alloc, typename _Traits=allocator_traits<_Alloc> >
|
||||||
struct __noexcept_move_assign_container : public integral_constant<bool,
|
struct __noexcept_move_assign_container : public integral_constant<bool,
|
||||||
_Traits::propagate_on_container_move_assignment::value
|
_Traits::propagate_on_container_move_assignment::value
|
||||||
#if _LIBCPP_STD_VER > 14
|
#if _LIBCPP_STD_VER > 14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user