I'm starting to implement some new library features voted into C++14
at the Bristol meeting and am wondering what feature check to use.

Will there be a macro like _GXX_EXPERIMENTAL_CXX1Y__ to correspond to
-std=c++1y?

Alternatively we could set the value of __cplusplus to 201400L but I'm
not sure that's strictly allowed.

Reply via email to