mirror of
https://github.com/boostorg/log.git
synced 2026-02-19 14:32:31 +00:00
Fixes 11459. Added function exports.
This commit is contained in:
@@ -210,7 +210,7 @@ private:
|
||||
|
||||
//! The function parses library settings from an input stream
|
||||
template< typename CharT >
|
||||
basic_settings< CharT > parse_settings(std::basic_istream< CharT >& strm)
|
||||
BOOST_LOG_SETUP_API basic_settings< CharT > parse_settings(std::basic_istream< CharT >& strm)
|
||||
{
|
||||
typedef CharT char_type;
|
||||
typedef std::basic_string< char_type > string_type;
|
||||
|
||||
Reference in New Issue
Block a user