Skip to content

Commit c828dbf

Browse files
committed
gcc workaround
1 parent 728463e commit c828dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/leaf/detail/demangle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ namespace detail
239239
{
240240
char const * mangled_name_;
241241
#ifdef BOOST_LEAF_HAS_CXXABI_H
242-
char const * demangled_name_ = nullptr;
242+
char * demangled_name_ = nullptr;
243243
#endif
244244

245245
public:

0 commit comments

Comments
 (0)