Open MartinWenge opened 7 years ago
This is related to issue #57 , I suppose. It appears auto_ptr is used in the Loki-related headers. So, if we decide to remove the use of Loki, then this will also be resolved. It seems it's about time to seriously discuss this over a coffee soon...
Ok, but I'm quite sure this is going to be hard work :o)
Can you point to an explicit usage of that type of pointer? All pointer definition should be well defined if we stick with the LOKI-library see extern/SmartPtr.h
in some files the std::auto_ptr is used and should be replaced in newer standards by std::unique_ptr or maybe std::shared_ptr. Should we change this or hope that auto_ptr will still be supported?