Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • mantid mantid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • mantidproject
  • mantidmantid
  • Repository
Switch branch/tag
  • mantid
  • Code
  • Mantid
  • Framework
  • Crystal
  • src
  • OptimizeCrystalPlacement.cpp
Find file BlameHistoryPermalink
  • Simon Heybrock's avatar
    Re #12687 Workspace::clone() fixes for old boost w/o unique_ptr. · 4838e45f
    Simon Heybrock authored Jun 29, 2015
    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.
    4838e45f