2016-09-26 François Dumont <fdumont@gcc.gnu.org>
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 26 Sep 2016 20:32:39 +0000 (20:32 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 26 Sep 2016 20:32:39 +0000 (20:32 +0000)
* include/debug/safe_base.h
(_Safe_iterator_base::_M_detach_single): Make public.

From-SVN: r240510

libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/safe_base.h

index 2cffae4051b9d90969b531eb0b82876165e7759c..770e6941258b0585bfb19f9aced397c32b01c634 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-26  François Dumont  <fdumont@gcc.gnu.org>
+
+       * include/debug/safe_base.h
+       (_Safe_iterator_base::_M_detach_single): Make public.
+
 2016-09-26  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/bits/range_access.h (__cpp_lib_array_constexpr): Do not
index 78c3ffdd4d0e6a36c5b6df22b7dcb4d11638fe0b..733a8f047178b32f99a1135978f755b9a374e2b0 100644 (file)
@@ -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