* include/debug/safe_base.h
(_Safe_iterator_base::_M_detach_single): Make public.
From-SVN: r240510
+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
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