]> www.ginac.de Git - ginac.git/blobdiff - check/exam_archive.cpp
* Open streams binary (actually makes a difference on some exotic
[ginac.git] / check / exam_archive.cpp
index 303192d0fbd90c949fa6ec14fb85e5a91bed2c52..e2e62615f662a3227a65eb850b86e8e3ffbcf236 100644 (file)
@@ -54,12 +54,12 @@ unsigned exam_archive()
        archive ar;
        ar.archive_ex(e, "expr 1");
        {
        archive ar;
        ar.archive_ex(e, "expr 1");
        {
-               std::ofstream fout("exam.gar");
+               std::ofstream fout("exam.gar", std::ios_base::binary);
                fout << ar;
        }
        ar.clear();
        {
                fout << ar;
        }
        ar.clear();
        {
-               std::ifstream fin("exam.gar");
+               std::ifstream fin("exam.gar", std::ios_base::binary);
                fin >> ar;
        }
        f = ar.unarchive_ex(lst(x, y, mu, dim), "expr 1");
                fin >> ar;
        }
        f = ar.unarchive_ex(lst(x, y, mu, dim), "expr 1");