serio
serio copied to clipboard
Fast Lightweight Header-only C++ Serialization Library
Results
2
serio issues
Sort by
recently updated
recently updated
newest added
`Serio::deserialize('xx', A, B);` What I observed, its that if 'xx' is invalid and especially if shorter then it should be, the `deserialize` locks main thread into infinity. I wonder if...
I am using gcc 7.5.0 on Ubuntu 18.04. I also tried gcc 11.4.0 on Ubuntu 22.04.03 with same results. I cloned the release branch 0.4.0 . I wrote a simple...