Hi,
I see that that the include folder of msgpack-c has *a lot* of header files, mixing C and C++; even regardless of the language, many of them seem to be duplicate/for different configurations.
Is there a robust way of isolating all and only the headers required by an application using only C++, std=c++11, v2 of the API ?
I want to package msgpack-c++ headers in my app, and I would really like to include only the necessary files.
Thanks
B.