boost/log: format_named_scope can not handle the function with anonymous namespace
Open
- Dominant language
- C++
- Stars
- 211
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
use boost::log::format_named_scope, it can not handle the function with anonymous namespace:
%n (%f:%l) : void aa::bb::{anonymous}::test() (/home/joycguan/projects/test/62_log.cpp:443)
--> Right
%c (%f:%l) : anonymous}::test (/home/joycguan/projects/test/62_log.cpp:443)
--> Wrong
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.