forked from microsoft/GSL
committed by
Anna Gringauze
parent
be3c3c2731
commit
7a7d025ffa
@@ -544,7 +544,7 @@ public:
|
|||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static bool CheckRange(index_type idx, index_type size) noexcept
|
static constexpr bool CheckRange(index_type idx, index_type size) noexcept
|
||||||
{
|
{
|
||||||
// Optimization:
|
// Optimization:
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user