Closed DaoWen closed 7 years ago
Looks good, could you just change the following in README.md:
"must support -std=c++11"
to be:
"must support -std=c11 and -std=c++11"
or something to that effect.
I'm planning to update the README later to clarify some installation details. I'll update the dependencies then as well.
This seems closely related to this change, whereas some other dependencies are not. Why not now?
I added the README update to #40 because it seems more relevant there.
See discussion in #40. Since we require C11 and C++11 in the build script, we can safely assume that static assertions are available.