File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19190,7 +19190,7 @@ The [standard](http://eel.is/c++draft/cpp.include) provides flexibility for comp
19190
19190
the two forms of `#include` selected using the angle (`<>`) or quoted (`""`) syntax. Vendors take
19191
19191
advantage of this and use different search algorithms and methods for specifying the include path.
19192
19192
19193
- Never the less , the guidance is to use the angle form when possible. This supports the fact that the
19193
+ Nevertheless , the guidance is to use the angle form when possible. This supports the fact that the
19194
19194
standard library headers must be included this way, is more likely to create portable code, and enables
19195
19195
the quoted form for other uses. For example being clear about the locality of the header relative
19196
19196
to files that includes it or in scenarios where the different search algorithm is required.
You can’t perform that action at this time.
0 commit comments