diff options
Diffstat (limited to 'tests/base64')
-rw-r--r-- | tests/base64/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx index bbcdc11..040eaf8 100644 --- a/tests/base64/driver.cxx +++ b/tests/base64/driver.cxx @@ -26,7 +26,7 @@ encode (const string& i, const string& o) // VC15 seekg() doesn't clear eofbit. // -#if defined(_MSC_VER) && _MSC_VER <= 1910 +#if defined(_MSC_VER) && _MSC_VER <= 1911 is.clear (); #endif |