diff --git a/include/boost/stacktrace/detail/frame_decl.hpp b/include/boost/stacktrace/detail/frame_decl.hpp index bdb6e08..6574efa 100644 --- a/include/boost/stacktrace/detail/frame_decl.hpp +++ b/include/boost/stacktrace/detail/frame_decl.hpp @@ -123,7 +123,7 @@ public: /// @b Complexity: O(1) /// /// @b Async-Handler-Safety: Safe. - BOOST_CONSTEXPR_EXPLICIT_OPERATOR_BOOL() + BOOST_EXPLICIT_OPERATOR_BOOL() /// @brief Checks that frame references NULL address. /// @returns `true` if `this->address() == 0`