rm5248 commented on PR #548:
URL: https://github.com/apache/logging-log4cxx/pull/548#issuecomment-3358330535
This might break C++11 support, I just took a look at the build:
```
/home/runner/work/logging-log4cxx/logging-log4cxx/main/src/main/include/log4cxx/helpers/asyncbuffer.h:72:25:
warning: lambda capture initializers only available with ‘-std=c++14’ or
‘-std=gnu++14’ [-Wc++14-extensions]
72 | append([value =
std::move(rvalue)](LogCharMessageBuffer& msgBuf)
| ^~~~~
```
The build does still pass though - should we turn on `Werror` for warnings
like this in order to fail the build?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]