|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82909 - trunk/libs/optional/doc
From: steven_at_[hidden]
Date: 2013-02-15 13:21:05
Author: steven_watanabe
Date: 2013-02-15 13:21:04 EST (Fri, 15 Feb 2013)
New Revision: 82909
URL: http://svn.boost.org/trac/boost/changeset/82909
Log:
Remove extra :'s. Fixes #7973.
Text files modified:
trunk/libs/optional/doc/special_cases.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/optional/doc/special_cases.qbk
==============================================================================
--- trunk/libs/optional/doc/special_cases.qbk (original)
+++ trunk/libs/optional/doc/special_cases.qbk 2013-02-15 13:21:04 EST (Fri, 15 Feb 2013)
@@ -120,7 +120,7 @@
struct X
{
- X ( int, std:::string ) ;
+ X ( int, std::string ) ;
} ;
class W
@@ -291,7 +291,7 @@
* `template<class U> optional<T>::operator= ( optional<U> const& )`
* `template<class InPlaceFactory> optional<T>::operator= ( InPlaceFactory const& )`
* `template<class TypedInPlaceFactory> optional<T>::operator= ( TypedInPlaceFactory const& ) `
-* `optional<T>:::reset ( T const&)`
+* `optional<T>::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]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk