Skip to content

Commit

Permalink
e_file_name fix when std::string is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Sep 22, 2024
1 parent 72578fa commit ed31a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/leaf/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct BOOST_LEAF_SYMBOL_VISIBLE e_file_name

struct BOOST_LEAF_SYMBOL_VISIBLE e_file_name
{
constexpr static char const * const value = "<unavailable>";
char const * value = "<unavailable>";
BOOST_LEAF_CONSTEXPR explicit e_file_name( char const * ) { }
};

Expand Down

0 comments on commit ed31a4c

Please sign in to comment.