Actions
Bug #5121
closedwt-3.3.6/src/Wt/WRandom.C:70:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
Start date:
07/22/2016
Due date:
% Done:
0%
Estimated time:
4:00 h
Description
With gcc version 5.3.0 20151204 (Ubuntu 5.3.0-3ubuntu1~14.04)
Updated by Roel Standaert over 8 years ago
- Status changed from New to Implemented @Emweb
I've eliminated direct uses of std::auto_ptr in Wt if std::unique_ptr is available. This warning may still pop up in boost, though.
Updated by Koen Deforche about 8 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions