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

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