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
1919019190the two forms of `#include` selected using the angle (`<>`) or quoted (`""`) syntax. Vendors take
1919119191advantage of this and use different search algorithms and methods for specifying the include path.
1919219192
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
1919419194standard library headers must be included this way, is more likely to create portable code, and enables
1919519195the quoted form for other uses. For example being clear about the locality of the header relative
1919619196to 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