IUPAC-InChI / RInChI

Repository of the IUPAC - RInChI group
5 stars 3 forks source link

`std::auto_ptr` is deprecated since C++11 #25

Open e-kwsm opened 3 weeks ago

e-kwsm commented 3 weeks ago

https://github.com/IUPAC-InChI/RInChI/blob/d122a78457c592b9728906f3c0b565a2c2c5d6dd/src/parsers/rinchi_reader.cpp#L101

https://github.com/IUPAC-InChI/RInChI/blob/d122a78457c592b9728906f3c0b565a2c2c5d6dd/src/parsers/rinchi_reader.cpp#L392

https://github.com/IUPAC-InChI/RInChI/blob/d122a78457c592b9728906f3c0b565a2c2c5d6dd/src/rinchi/rinchi_reaction.cpp#L160

janholstjensen commented 3 weeks ago

Correct. We should get those changed to std::unique_ptr(). Thanks for escalating this to an issue so we can get it done :-).