forked from microsoft/GSL
added noexcept to get rid off VC warning con.4 (#748)
This commit is contained in:
committed by
Anna Gringauze
parent
2e4d0d7e22
commit
88aca1caf3
@@ -544,7 +544,7 @@ public:
|
||||
#endif // _MSC_VER
|
||||
|
||||
private:
|
||||
static bool CheckRange(index_type idx, index_type size)
|
||||
static bool CheckRange(index_type idx, index_type size) noexcept
|
||||
{
|
||||
// Optimization:
|
||||
//
|
||||
|
Reference in New Issue
Block a user