We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520c1fe commit 3d5fe37Copy full SHA for 3d5fe37
README.md
@@ -15,7 +15,7 @@ Compare various data serialization libraries for C++.
15
#### Build
16
This project does not have any external library dependencies. All (boost, thrift etc.) needed libraries are downloaded
17
and built automatically, but you need enough free disk space to build all components. To build this project you need a compiler that supports
18
-C++14 features. Project was tested with clang 5.0.0 (Ubuntu 16.04).
+C++14 features. Project was tested with Clang and GCC compilers.
19
20
```
21
$ git clone https://github.com/thekvs/cpp-serializers.git
0 commit comments