Skip to content

Rational behind -std=gnu++14, and change it to -std=c++14 #16936

Open
@mratsim

Description

@mratsim

Since Nim 1.2, Nim is using the -std=gnu++14 to compile C++ code.

What's the rationale behind it? Could -std=c++14 achieve the same goal?

Currently Arraymancer Cuda backend is only usable with Nim 1.0 due to that as there is no way to remove that options apart from override the user nim.cfg file. mratsim/Arraymancer#478

#13798 does not help, the flag must be absent from the command line.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions