Hi.
During compilation compiler throws lots of warnings about std::auto_ptr<> beeing deprecated since C++11. It can be easily replaced with std::unique_ptr<>. I attached patch for it.
Thanks for help, I'll take this.
auto_ptr is replaced with unique_ptr conditionally, depending on the version of the compiler determined by macro __cplusplus REL_1.1.4rc2_Feb_10_2023, https://sourceforge.net/p/log4cpp/codegit/ci/231e96104cf739b03ca011c8b838ac834395e73d
Log in to post a comment.
Thanks for help, I'll take this.
auto_ptr is replaced with unique_ptr conditionally, depending on the version of the compiler determined by macro __cplusplus
REL_1.1.4rc2_Feb_10_2023, https://sourceforge.net/p/log4cpp/codegit/ci/231e96104cf739b03ca011c8b838ac834395e73d