[odb-users] Re: odb and gcc 6.0
Boris Kolpackov
boris at codesynthesis.com
Wed Jul 13 11:53:11 EDT 2016
Hi,
MM <finjulhich at gmail.com> writes:
> Just a little note that, while building odb with g++ (GCC) 6.1.1
> 20160621 (Red Hat 6.1.1-3) in c++11 mode, I got auto_ptr deprecated
> warnings...
> Perhaps there'll be work to change those occurrences, or perhaps
> that's already been done and I am missing to add another flag, I just
> thought to mention it.
Yes, these warnings are becoming the biggest problem in supporting
both C++98 and 11. The plan is to release the next version of ODB
as is and then drop C++98 support. In the meantime, you can use
the -Wno-deprecated option to suppress them.
Boris
More information about the odb-users
mailing list