mirror of
https://github.com/Ferdi265/cxx-ring-buffer.git
synced 2025-07-31 08:07:16 +02:00
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"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user