$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61624 - trunk/libs/config/doc
From: dgregor_at_[hidden]
Date: 2010-04-27 15:06:23
Author: dgregor
Date: 2010-04-27 15:06:22 EDT (Tue, 27 Apr 2010)
New Revision: 61624
URL: http://svn.boost.org/trac/boost/changeset/61624
Log:
Correct the name of the BOOST_NO_EXPLICIT_CONVERSION_OPERATORS macro in the documentation
Text files modified:
trunk/libs/config/doc/macro_reference.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/config/doc/macro_reference.qbk
==============================================================================
--- trunk/libs/config/doc/macro_reference.qbk (original)
+++ trunk/libs/config/doc/macro_reference.qbk 2010-04-27 15:06:22 EDT (Tue, 27 Apr 2010)
@@ -581,7 +581,7 @@
[[`BOOST_NO_DELETED_FUNCTIONS`][The compiler does not support
deleted (`= delete`) functions.
]]
-[[`BOOST_NO_EXPLICIT_CONVERSION_OPERATIONS`][The compiler does not support
+[[`BOOST_NO_EXPLICIT_CONVERSION_OPERATORS`][The compiler does not support
explicit conversion operators (`explicit operator T()`).
]]
[[`BOOST_NO_EXTERN_TEMPLATE`][The compiler does not support