fix typo in standard support detection

This commit is contained in:
Ferdinand Bachmann
2020-04-22 14:43:09 +02:00
parent acaafaaf90
commit 824e12748f

View File

@ -1,4 +1,4 @@
#if __cpluplus < CXX_STANDARD
#if __cplusplus < CXX_STANDARD
#error "c++ standard not new enough"
#endif