added noexcept to get rid off VC warning con.4 (#748)

This commit is contained in:
beinhaerter 2018-11-28 20:57:43 +01:00 committed by Anna Gringauze
parent 2e4d0d7e22
commit 88aca1caf3

View File

@ -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:
//