vanand123 commented on issue #545: URL: https://github.com/apache/logging-log4cxx/issues/545#issuecomment-3354734911
Thanks @rm5248 for quick response. I have tried building log4cxx 1.5.0 (Environment : GCC 11.5.0 with c++17 standard) but build is failing with below error ``` error: 'same_as' is not a member of 'std' ``` log4cxx 1.5.0 uses C++20 concepts (like std::same_as) in its headers. Does this mean log4cxx 1.5.0 needs minimum c++20 standard ? If yes, is there any log4cxx supported version which uses c++17 standard ? -- 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]
