artyom-beilis/cppcms

cppdb and C++11: warning: ‘template<class> class std::auto_ptr’ is deprecated

Closed this issue · 1 comments

compiling cppdb on a modern compiler (lastest gcc), gives off many such warnings:

    warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]  

Basically, the code predates C++11.

I just noticed that the following repository:
https://github.com/alexbodn/cppdb
has a fix for this:
alexbodn/cppdb@d9e983e