tinyxml2
tinyxml2 copied to clipboard
Please publish as a module
I am refactoring a project to use C++20 modules, would it be possible to publish tinyxml2 as a module, so I can use import <tinyxml2> instead of `#include "tinyxml2.h"?