Skip to content
Snippets Groups Projects
Commit 4838e45f authored by Simon Heybrock's avatar Simon Heybrock
Browse files

Re #12687 Workspace::clone() fixes for old boost w/o unique_ptr.

Boost < 1.53 does not support construction from a std::unique_ptr, so
for compatibility we must call clone().release() when dropping it to a
boost::shared_ptr.
parent 88769fe5
No related merge requests found
Showing
with 23 additions and 24 deletions
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