2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-21 03:02:15 +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

@@ -26,7 +26,7 @@ BOOST_LOG_OPEN_NAMESPACE
//! The function initializes the logging library from a stream containing logging settings
template< typename CharT >
void init_from_stream(std::basic_istream< CharT >& strm)
BOOST_LOG_SETUP_API void init_from_stream(std::basic_istream< CharT >& strm)
{
init_from_settings(parse_settings(strm));
}