Hi,
Jonathan Wakely <jwakely....@gmail.com> ha scritto: >But remember we no longer use __GXX_EXPERIMENTAL_CXX0X__ anyway, we >check __cplusplus >= 201103L, and so within those chunks we could >additionally check for some C++14 macro. Right, forgot that. Great. The >= check we have got now makes things much easier in the C++11 -> C++14 transition. Thus fine, just >= 201103L + the macro is all we need. Paolo