2016-09-26 François Dumont <fdumont@gcc.gnu.org>

* include/debug/safe_base.h
	(_Safe_iterator_base::_M_detach_single): Make public.

From-SVN: r240510
This commit is contained in:
François Dumont 2016-09-26 20:32:39 +00:00
parent fbedd170be
commit f2fe9e0a69
2 changed files with 6 additions and 1 deletions

View 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

View 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