[Cppcms-users] plans to replace auto_ptr with unique_ptr?
Brought to you by:
artyom-beilis
From: Andrew M. <mar...@gm...> - 2018-12-28 20:44:18
|
Hello, I see this on the roadmap and wonder what progress has been made. I am thinking about possibly using cppcms in a linux env with the gcc 8.2.1 compiler. I plan to use the option -std=gnu++17. Use of auto_ptr with that compiler gives deprecation warnings. Using C++17 ought to give errors since auto_ptr has been removed from C++17 but gcc still just gives the warning. I expect that to be fixed soon. When it is that means game over for cppcms, which is why I am keen to find out what the plans are please. -- Regards, Andrew Marlow http://www.andrewpetermarlow.co.uk |