stefanseefeld / faber

Faber
https://stefanseefeld.github.io/faber
Boost Software License 1.0
14 stars 2 forks source link

C++11 detection doesnt work with msvc #6

Open terrorfisch opened 6 years ago

terrorfisch commented 6 years ago

MSVC supports basically all of c++11 since VS 2015 but did not increase __cplusplus.

As one cannot turn of c++11 language features a version check should be enough.