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]