artyom-beilis / cppcms

CppCMS Framework
Other
443 stars 107 forks source link

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

Closed dreaming-augustin closed 1 year ago

dreaming-augustin commented 3 years ago

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.

dreaming-augustin commented 3 years ago

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