Skip to content

Makefile use c++17 and g++ #1

Description

@mittelmark

If I try to compile the examples, I get an error about not having g++6 and errors of using features of c++17.

Solution:
Please change in the Makefile g++6 to g++ and -std=c++14 to -std=c++17

Detlef

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions