mirror of
https://github.com/boostorg/log.git
synced 2026-02-02 08:52:14 +00:00
Fixes 11459. Added function exports.
This commit is contained in:
@@ -36,7 +36,7 @@ BOOST_LOG_OPEN_NAMESPACE
|
||||
namespace aux {
|
||||
|
||||
template< typename CharT >
|
||||
format_description< CharT > parse_format(const CharT* begin, const CharT* end)
|
||||
BOOST_LOG_API format_description< CharT > parse_format(const CharT* begin, const CharT* end)
|
||||
{
|
||||
typedef CharT char_type;
|
||||
typedef format_description< char_type > description;
|
||||
|
||||
Reference in New Issue
Block a user