Split long line in README.md

This commit is contained in:
Dave Hickin
2016-03-07 11:04:08 +00:00
parent ad4525317d
commit fda9144505
+2 -1
View File
@@ -10,7 +10,8 @@ Fixed bitset serialization (issue #24)
--------------------------------------
C++ bitset serialization was not consistent with the C++ deserialization and
Java code in some instances (depending on the endianness of the serializer and deserializer) when the number of bits was 56-63 modulo 64. C++ serialization
Java code in some instances (depending on the endianness of the serializer and
deserializer) when the number of bits was 56-63 modulo 64. C++ serialization
has been fixed.
Fix exposed issue in deserialization on 32-bit platforms which