collada-dom icon indicating copy to clipboard operation
collada-dom copied to clipboard

Support for C++17,20 (std::auto_ptr)

Open davidc538 opened this issue 1 year ago • 0 comments

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?

davidc538 avatar Sep 21 '23 15:09 davidc538