You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/09/11 17:49:10 UTC

[GitHub] [logging-log4cxx] rm5248 commented on pull request #127: Prevent compilation error when compiling fmt example against fmt v9.0.0

rm5248 commented on PR #127:
URL: https://github.com/apache/logging-log4cxx/pull/127#issuecomment-1243011297

   Does the `#include <fmt/ostream.h>` not let this work?  I know it did work, but maybe it changed - the [documentation](https://fmt.dev/latest/api.html#std-ostream-support) seems different.
   
   I'd like to keep it using `operator<<` if possible, since that means that the example would work with both `LOG4CXX_DEBUG()` and `LOG4CXX_DEBUG_FMT()`, although if we want to create a new example showing the usages that would be find as well.


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org