← Prev in month
← Prev in thread
CppExpat: A set of C++11 bindings for Expat
Hello,
--
I have released a set of C++11 bindings for Expat available at https://github.com/kirbyfan64/cppexpat. There are a few main differences from other C++ Expat wrappers:
- CppExpat is header-only
- It converts the given values to C++ types (e.g. char* -> std::string, void** -> std::map<std::string, std::string>.
Ryan
[ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong.
← Prev in month
← Prev in thread