Skip to content

Update to C++14? #1093

@dschuff

Description

@dschuff

I would have loved to have C++14's simplified enable_if_t for #1092. In general C++14 is a minor update but it sands a bunch of rough edges off of C++11.
All* of C++14 is supported by GCC5, clang 3.4, and Visual studio 2015. We already don't test with any compiler earlier than these, so I think we should just document our minimum support based on those versions and use whatever they support. That would even open up a few C++17 features, but we can punt on those for now.

*(according to cppreference it's everything except extended constexpr and Member Initializers and Aggregates (NSDMI))

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