-
Notifications
You must be signed in to change notification settings - Fork 839
Closed
Description
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))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels