mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
added noexcept to get rid off VC warning con.4 (#748)
This commit is contained in:
parent
2e4d0d7e22
commit
88aca1caf3
@ -544,7 +544,7 @@ public:
|
|||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static bool CheckRange(index_type idx, index_type size)
|
static bool CheckRange(index_type idx, index_type size) noexcept
|
||||||
{
|
{
|
||||||
// Optimization:
|
// Optimization:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user