mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
keep wording more consistent
.... if a bit more monotonous, but that's ok.
This commit is contained in:
@@ -19197,7 +19197,7 @@ Nevertheless, the guidance is to use the quoted form for including files that ex
|
|||||||
#include <string> // From the standard library, requires the <> form
|
#include <string> // From the standard library, requires the <> form
|
||||||
#include <some_library/common.h> // A file that is not locally relative, included from another project; use the <> form
|
#include <some_library/common.h> // A file that is not locally relative, included from another project; use the <> form
|
||||||
#include "foo.h" // A file locally relative to foo.cpp, use the "" form
|
#include "foo.h" // A file locally relative to foo.cpp, use the "" form
|
||||||
#include "foo_utils/utils.h" // A file locally relative to foo.cpp, use "" form
|
#include "foo_utils/utils.h" // A file locally relative to foo.cpp, use the "" form
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user