8000 Add note about VS2022's treast angle brackets as external feature · RapidCpp/cppbestpractices@3abdbfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 3abdbfe

Browse files
authored
Add note about VS2022's treast angle brackets as external feature
1 parent 8bb8d61 commit 3abdbfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
161161
Not recommended
162162

163163
* `/Wall` - Also warns on files included from the standard library, so it's not very useful and creates too many extra warnings.
164+
* Since VS2022, `/external:anglebrackets /external:W0` can be used to turn off warnings from all headers included with angle brackets, e.g. `#include <utility>`.
164165

165166

166167

0 commit comments

Comments
 (0)
0