]> git.saurik.com Git - apt.git/commitdiff
enforce GCC5 C++11 ABI and usage
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 11 Jul 2015 18:21:45 +0000 (20:21 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:27:17 +0000 (17:27 +0200)
The library(s) make an API break anyhow, so lets ensure we use gcc5 for
this break and enable c++11 as standard as gcc6 will use it as default
and should provide some API parts for c++11 – beside that it can't hurt
to use c++11 itself. We just have to keep our headers c++03 compatible
to not enforce a standrd bump in our reverse dependencies.


No differences found