-
- Downloads
[Debug] use a lambda to build up the log message
This hides the used std::stringstream from the context using the LOG macros. So we don't have to see the a huge messy std::stringstream object in gdb for example. The use of a lambda is a ISO C++ alternative to GCC's statement expression.
parent
2db36a22
No related branches found
No related tags found
Please register or sign in to comment