Skip to content
Snippets Groups Projects
Commit 1335f70b authored by AbigailBuccaneer's avatar AbigailBuccaneer
Browse files

Use std::unique_ptr instead of std::scoped_ptr

scoped_ptr has never been a part of the C++ standard - perhaps it's been
confused with boost::scoped_ptr. Anyhow, std::unique_ptr is the
replacement for the now-deprecated std::auto_ptr.
parent 3eda8a63
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment