From 1ca5fe05c20c9c11d4c77cdbc0f120ff18373371 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Jul 2017 18:37:26 +0200 Subject: Extend VC workarounds to version 19.11 --- tests/base64/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/base64') 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 -- cgit v1.1