From 51a1ad1c2b5771456e6cd3593ddf584dda6fa7b6 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 27 Apr 2010 19:06:22 +0000 Subject: [PATCH] Correct the name of the BOOST_NO_EXPLICIT_CONVERSION_OPERATORS macro in the documentation [SVN r61624] --- doc/macro_reference.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 00d07b4a..ac46a412 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -581,7 +581,7 @@ defaulted (`= default`) functions. [[`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