Gentoo Archives: gentoo-dev

From: heroxbd@g.o
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] How to support C++11 in libraries?
Date: Wed, 18 Dec 2013 13:58:21
Message-Id: 86sitqtg5s.fsf@moguhome00.in.awa.tohoku.ac.jp
In Reply to: [gentoo-dev] How to support C++11 in libraries? by "Michał Górny"
1 Hey, Michał,
2
3 Michał Górny <mgorny@g.o> writes:
4
5 > a) adding USE=c++11 and USE-deps to all the packages in question,
6
7 I think it is better achieved by a (simple and stupid) global
8 CXXFLAGS. Adding an extra USE flag feels a little over-engineering.
9
10 Any anyway, if it is only for lldb, a piece of elog conveying a
11 preferred solution would suffice.
12
13 > b) doing the switch via synchronous version bump and matching
14 > dependencies.
15
16 This sounds tedious to maintain.
17
18 Benda

Replies

Subject Author
Re: [gentoo-dev] How to support C++11 in libraries? "Jan Kundrát" <jkt@g.o>
Re: [gentoo-dev] How to support C++11 in libraries? "Michał Górny" <mgorny@g.o>