forked from microsoft/bond
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress MSVC warning '<': expression always false
Adds a spot suppression for MSVC warning C4296: '<' : expression is always false. MSVC's "always constant" warnings tend to trigger on tempalted code based on the specific instantiation's values, disregarding that the template itself it not always constant. Fixes microsoft#981
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters