Skip to content

Need to run all tests in all of C++11, C++14, C++17 #89

@eyalroz

Description

@eyalroz

Some of our code behaves differently with differing C++ standard version - including potentially some code with explicit #if __cplusplus conditions.

We should therefore make sure and have all unit tests run for both C++11, C++14 and C++17. While that will treble compilation time and test execution time, it's still probably a good idea.

See also issue #84 .

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