Replace scoped_ptr with std::unique_ptr
Bug #1568860 reported by
Chris Coulson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
High
|
Chris Coulson |
Bug Description
scoped_ptr has been a typedef for std::unique_ptr for a little while now, and Chromium is gradually replacing the former with the latter, meaning that the scoped_ptr typedef will disappear soon.
Related branches
Changed in oxide: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in oxide: | |
assignee: | nobody → Chris Coulson (chrisccoulson) |
milestone: | none → branch-1.15 |
status: | Triaged → Fix Released |
To post a comment you must log in.