mirror of
https://github.com/boostorg/log.git
synced 2026-02-10 23:42:22 +00:00
- Function name parsing is only done for scopes denoted with BOOST_LOG_FUNCTION, scopes marked with BOOST_LOG_NAMED_SCOPE are output as is. - The parser has been rewritten to behave more correctly in case if function name contains template parameters and/or returns a function type. - Operator functions are not supported by the parser. - Docs corrections.