summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/debug/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/map.h')
-rw-r--r--libstdc++-v3/include/debug/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/debug/map.h b/libstdc++-v3/include/debug/map.h
index bd68c996d0d..fda6ac1eee5 100644
--- a/libstdc++-v3/include/debug/map.h
+++ b/libstdc++-v3/include/debug/map.h
@@ -148,10 +148,10 @@ namespace __debug
noexcept(_Alloc_traits::_S_nothrow_move())
{
__glibcxx_check_self_move_assign(__x);
- bool xfer_memory = _Alloc_traits::_S_propagate_on_move_assign()
+ bool __xfer_memory = _Alloc_traits::_S_propagate_on_move_assign()
|| __x.get_allocator() == this->get_allocator();
_M_base() = std::move(__x._M_base());
- if (xfer_memory)
+ if (__xfer_memory)
this->_M_swap(__x);
else
this->_M_invalidate_all();
OpenPOWER on IntegriCloud