@@ -205,15 +205,5 @@ int main()
std::cout << std::endl;
}
std::ofstream os("test.txt");
cereal::BinaryOutputArchive archive(os);
std::cout << "Testing:" << std::endl;
archive & uint8_t();
archive & uint16_t(3);
//os.write("\0", 1);
return 0;
The note is not visible to the blocked user.