From: François Dumont Date: Mon, 26 Sep 2016 20:32:39 +0000 (+0000) Subject: 2016-09-26 François Dumont X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2fe9e0a693192aa5a131bc8704dc11353f613de;p=gcc.git 2016-09-26 François Dumont * include/debug/safe_base.h (_Safe_iterator_base::_M_detach_single): Make public. From-SVN: r240510 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2cffae4051b..770e6941258 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-09-26 François Dumont + + * include/debug/safe_base.h + (_Safe_iterator_base::_M_detach_single): Make public. + 2016-09-26 Jonathan Wakely * include/bits/range_access.h (__cpp_lib_array_constexpr): Do not diff --git a/libstdc++-v3/include/debug/safe_base.h b/libstdc++-v3/include/debug/safe_base.h index 78c3ffdd4d0..733a8f04717 100644 --- a/libstdc++-v3/include/debug/safe_base.h +++ b/libstdc++-v3/include/debug/safe_base.h @@ -121,11 +121,11 @@ namespace __gnu_debug void _M_detach(); + public: /** Likewise, but not thread-safe. */ void _M_detach_single() throw (); - public: /** Determines if we are attached to the given sequence. */ bool _M_attached_to(const _Safe_sequence_base* __seq) const