From a82ec3c21ac680e5bf9614bdcf50ea78a52542ce Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Mar 2019 00:38:34 +0300 Subject: Add workarounds for all cl releases until 20.00 --- tests/base64/driver.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/base64') diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx index 7870424..7746637 100644 --- a/tests/base64/driver.cxx +++ b/tests/base64/driver.cxx @@ -44,6 +44,8 @@ encode (const string& i, const string& o) is.clear (); #endif + assert (!is.eof ()); + ostringstream os; base64_encode (os, is); r = os.str () == o && is.eof (); -- cgit v1.1