tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: exiv2 and C++11?
On Wed, Aug 02, 2023 at 09:20:43AM -0400, Greg Troxel wrote:
> So is this as simple as
>
> adding c++11 to USE_CXX_FEATURES in exiv2's Makefile and bl3 (because
> this has simply not been noticed yet)
>
> adding c++11 to the future FORCE_CXX_STD, or USE_LANGUAGES now, in
> exiv2's Makefile and bl3
>
> or something else?
In my eyes the solution is FORCE_CXX_STD in gimp-ufraw's makefile.
FORCE_CXX_STD should never be used in a bl3: in case dependent packages
require a newer standard, require GNU extensions, etc etc.
USE_CXX_FEATURES won't particularly help you because your compiler
is new enough already.
Home |
Main Index |
Thread Index |
Old Index