From c8d526493d17f7e90da8e1db339ff037d41a5f96 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 1 May 2017 22:30:09 +0300 Subject: [PATCH] Workarounds for this usage in constexpr functions in GCC --- include/boost/stacktrace/detail/frame_decl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`