From 181e56a70ae6119dba1c0dcd804d590c313a132d Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Fri, 15 Feb 2013 18:21:04 +0000 Subject: [PATCH] Remove extra :'s. Fixes #7973. [SVN r82909] --- doc/special_cases.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/special_cases.qbk b/doc/special_cases.qbk index 9975243..681e517 100644 --- a/doc/special_cases.qbk +++ b/doc/special_cases.qbk @@ -120,7 +120,7 @@ a fully constructed object, often temporary, just to follow the copy from: struct X { - X ( int, std:::string ) ; + X ( int, std::string ) ; } ; class W @@ -291,7 +291,7 @@ Because of the current implementation (see [link boost_optional.implementation_n * `template optional::operator= ( optional const& )` * `template optional::operator= ( InPlaceFactory const& )` * `template optional::operator= ( TypedInPlaceFactory const& ) ` -* `optional:::reset ( T const&)` +* `optional::reset ( T const&)` Can only ['guarantee] the [_basic exception safety]: The lvalue optional is left [_uninitialized] if an exception is thrown (any previous value is ['first]