|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72949 - sandbox/conversion/boost/conversion
From: vicente.botet_at_[hidden]
Date: 2011-07-06 23:55:15
Author: viboes
Date: 2011-07-06 23:55:14 EDT (Wed, 06 Jul 2011)
New Revision: 72949
URL: http://svn.boost.org/trac/boost/changeset/72949
Log:
conversion: update comment
Text files modified:
sandbox/conversion/boost/conversion/convert_to_or_fallback.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/conversion/boost/conversion/convert_to_or_fallback.hpp
==============================================================================
--- sandbox/conversion/boost/conversion/convert_to_or_fallback.hpp (original)
+++ sandbox/conversion/boost/conversion/convert_to_or_fallback.hpp 2011-07-06 23:55:14 EDT (Wed, 06 Jul 2011)
@@ -179,7 +179,7 @@
//!
//! @Returns the converted value if the conversion succeeds or the fallback.
//! @Throws Whatever the conversion from @c Fallback to @c Target can throws when the conversion fails.
- //! @Remarks This function doesn't participate in function overload when the @c Fallback is the same as the @c Target.
+ //! @Remark This function doesn't participate in function overload when the @c Fallback is the same as the @c Target.
//! @Example
//! @code
//! std::string s="not an int";
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