mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
Corrected BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT macro name in one branch.
This commit is contained in:
parent
31b36d136d
commit
d0c9dca64d
@ -134,7 +134,7 @@ namespace detail {
|
||||
return !this->operator! ();\
|
||||
}
|
||||
|
||||
#define BOOST_EXPLICIT_OPERATOR_BOOL()\
|
||||
#define BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT()\
|
||||
BOOST_FORCEINLINE operator bool () const BOOST_NOEXCEPT\
|
||||
{\
|
||||
return !this->operator! ();\
|
||||
|
Loading…
x
Reference in New Issue
Block a user