mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
Corrected BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT macro name in one branch.
This commit is contained in:
@@ -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! ();\
|
||||||
|
|||||||
Reference in New Issue
Block a user