forked from Ferdi265/cxx-ring-buffer
fix typo in standard support detection
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#if __cpluplus < CXX_STANDARD
|
#if __cplusplus < CXX_STANDARD
|
||||||
#error "c++ standard not new enough"
|
#error "c++ standard not new enough"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user