Skip to content

Compiling fails with "#error C++ versions less than C++17 are not supported." #133

@MaciekChudek

Description

@MaciekChudek

Following meson compile instructions leads to build failure with errors like:

#error C++ versions less than C++17 are not supported.

Easily fixed by changing line 5 in meson.build to:

default_options : ['cpp_std=c++17',

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