Skip to content

Commit d95cc1b

Browse files
authored
Merge pull request #146 from ifarbod/patch-1
Add note about VS2022's treat angle brackets as external feature
2 parents f59a1d7 + 3abdbfe commit d95cc1b

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
@@ -162,6 +162,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
162162
Not recommended
163163

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

166167

167168

0 commit comments

Comments
 (0)