Re: [log4cxx] C++ Version

2022-11-09 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Mittwoch, 9. November 2022 um 03:20 schrieben Sie: > 2. Use a custom log4cxx::make_unique function for C++11 compilers That sounds like a reasonable approach to me, looking at how complex the available implementation is and compared to how likely it is that this con

[log4cxx] C++ Version

2022-11-08 Thread Robert Middleton
The current version of next_stable fails when compiled in C++11 mode due to std::make_unique not being in that version. This is pretty easy to fix(Herb Sutter has an implementation of this for C++11 which seems to be the same as GCC's: https://herbsutter.com/gotw/_102/) I see three options here: