← Back to team overview

kicad-developers team mailing list archive

Re: Build errors on linux

 

Hi,

"GCC has full support for the previous revision of the C++ standard, which was published in 2014." [gcc official documentation]

gcc documentation also reports that gcc6 supports c++14, excluding the "Clarifying memory allocation" language feature.

If you are interested in it, a list of supported features for various standards and versions of gcc you can look at:

https://www.gnu.org/software/gcc/projects/cxx-status.html

Cheers,
Dino.


On 16/07/19 16:27, Simon Richter wrote:
Hi,

On Tue, Jul 16, 2019 at 03:24:14PM +0100, Jeff Young wrote:

I assume gcc 6 is still new enough to support C++14?

It didn't complain about -std=g++14, so the answer is a resounding "maybe".

    Simon

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp




References