collada-dom
collada-dom copied to clipboard
Support for C++17,20 (std::auto_ptr)
I'm having problems using this library with C++20. It seems to use std::auto_ptr
which to my knowledge isn't available in C++17 or 20. Am I missing something or is this library only designed for use with C++14 or older?