X Tutup
Skip to content

Mimimal compiler version #5810

@etam

Description

@etam

In COMPILING.txt it says

Pioneer is known to build on the following platforms and build systems:
Linux: CMake with GCC 4.9+ or Clang 6+

The commit eada00c uses std::reduce, which comes from c++17. This raises the required minimal compiler version.

With g++ 7 cmake adds flag -std=gnu++1z, but the std::reduce is available since g++ 9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup