c++-style comments are kosher, too

This commit is contained in:
Benjamin Peterson 2016-09-07 14:49:47 -07:00
parent e80572c601
commit 437903fa0f
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ C dialect
- designated initializers (especially nice for type declarations)
- intermingled declarations
- booleans
- C++-style line comments
Future C99 features may be added to this list in the future
depending on compiler support (mostly significantly MSVC).