mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Merge pull request #146 from ifarbod/patch-1
Add note about VS2022's treat angle brackets as external feature
This commit is contained in:
@@ -162,6 +162,7 @@ Consider using `-Weverything` and disabling the few warnings you need to on Clan
|
|||||||
Not recommended
|
Not recommended
|
||||||
|
|
||||||
* `/Wall` - Also warns on files included from the standard library, so it's not very useful and creates too many extra warnings.
|
* `/Wall` - Also warns on files included from the standard library, so it's not very useful and creates too many extra warnings.
|
||||||
|
* Since VS2022, `/external:anglebrackets /external:W0` can be used to turn off warnings from all headers included with angle brackets, e.g. `#include <utility>`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user