Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705184 - games-rpg/arx-libertatis-1.1.2-r2: USE=c++0x causes *older* standard being used
Summary: games-rpg/arx-libertatis-1.1.2-r2: USE=c++0x causes *older* standard being used
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-03-18
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 705182
  Show dependency tree
 
Reported: 2020-01-11 22:06 UTC by Michał Górny
Modified: 2020-03-19 07:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-11 22:06:38 UTC
Firstly, this flag never made much sense.  Forcing a particular standard used to be necessary to preserve compatibility between libraries and executables in old versions of GCC.  This is no longer a case today.

Secondly, GCC/Clang defaults to C++14 (gnu++14) nowadays.  Therefore, USE=c++0x forces *older* standard rather than newer one.

Thirdly, you've copied description from ROOT.