Alessio Quaglino

Results 3 issues of Alessio Quaglino

The depth recursion limit TINYXML2_MAX_ELEMENT_DEPTH = 100 is quite restrictive for some applications. We encountered it [here](https://github.com/deepmind/mujoco/issues/307), where it is limiting our users from forming simulated chains with more than...

std::iterator is deprecated and it does not allow building with -Wdeprecated-declarations. This PR substitutes them with an explicit declaration of all of the types required.