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 a9a6313..bb18e88 100644 --- a/tests/base64/driver.cxx +++ b/tests/base64/driver.cxx @@ -40,7 +40,7 @@ encode (const string& i, const string& o) // VC15 seekg() doesn't clear eofbit. // -#if defined(_MSC_VER) && _MSC_VER <= 1914 +#if defined(_MSC_VER) && _MSC_VER < 1920 is.clear (); #endif |