2
0
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:
Andrey Semashev
2015-07-10 22:53:02 +03:00
parent 8d63fe138a
commit 2d8378a6e2
9 changed files with 15 additions and 15 deletions

View File

@@ -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;