From 2b20b1830c8e4c57221d93b90c755761b7901445 Mon Sep 17 00:00:00 2001 From: fdumont Date: Mon, 26 Sep 2016 20:32:39 +0000 Subject: [PATCH] =?utf8?q?2016-09-26=20=20Fran=C3=A7ois=20Dumont=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * include/debug/safe_base.h (_Safe_iterator_base::_M_detach_single): Make public. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240510 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/debug/safe_base.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT