Index: include/debug/safe_base.h =================================================================== --- include/debug/safe_base.h (revision 240509) +++ include/debug/safe_base.h (working copy) @@ -121,11 +121,11 @@ 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