1
0
forked from boostorg/core

Corrected BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT macro name in one branch.

This commit is contained in:
Andrey Semashev
2014-06-01 22:03:45 +04:00
parent 31b36d136d
commit d0c9dca64d

View File

@@ -134,7 +134,7 @@ namespace detail {
return !this->operator! ();\ return !this->operator! ();\
} }
#define BOOST_EXPLICIT_OPERATOR_BOOL()\ #define BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT()\
BOOST_FORCEINLINE operator bool () const BOOST_NOEXCEPT\ BOOST_FORCEINLINE operator bool () const BOOST_NOEXCEPT\
{\ {\
return !this->operator! ();\ return !this->operator! ();\