Commit f2fe9e0a by François Dumont

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
parent fbedd170
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> 2016-09-26 Jonathan Wakely <jwakely@redhat.com>
* include/bits/range_access.h (__cpp_lib_array_constexpr): Do not * include/bits/range_access.h (__cpp_lib_array_constexpr): Do not
......
...@@ -121,11 +121,11 @@ namespace __gnu_debug ...@@ -121,11 +121,11 @@ namespace __gnu_debug
void void
_M_detach(); _M_detach();
public:
/** Likewise, but not thread-safe. */ /** Likewise, but not thread-safe. */
void void
_M_detach_single() throw (); _M_detach_single() throw ();
public:
/** Determines if we are attached to the given sequence. */ /** Determines if we are attached to the given sequence. */
bool bool
_M_attached_to(const _Safe_sequence_base* __seq) const _M_attached_to(const _Safe_sequence_base* __seq) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment