libstdc++-v3/ChangeLog:
* include/ext/rope: Fix indentation of access specifiers.
static void _S_ref(_Rope_RopeRep*) { }
static void _S_free_if_unref(_Rope_RopeRep*) { }
# endif
-protected:
+ protected:
_Rope_RopeRep&
operator=(const _Rope_RopeRep&);
this->__STL_FREE_STRING(_M_data, this->_M_size, this->_M_get_allocator());
}
#endif
-protected:
+ protected:
_Rope_RopeLeaf&
operator=(const _Rope_RopeLeaf&);
_M_right->_M_unref_nonnil();
}
#endif
-protected:
+ protected:
_Rope_RopeConcatenation&
operator=(const _Rope_RopeConcatenation&);
__ROPE_DEFINE_ALLOCS(_Alloc)
#undef __ROPE_DEFINE_ALLOC
- protected:
+ protected:
_Rope_base&
operator=(const _Rope_base&);