mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
missed one space
This commit is contained in:
parent
f9f35c78bc
commit
795efa71f7
|
@ -10089,7 +10089,7 @@ This is basically the way `printf` is implemented.
|
|||
##### Enforcement
|
||||
|
||||
* Flag definitions of C-style variadic functions.
|
||||
* Flag `#include <cstdarg>` and `#include<stdarg.h>`
|
||||
* Flag `#include <cstdarg>` and `#include <stdarg.h>`
|
||||
|
||||
## ES.stmt: Statements
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user