-
Simon Heybrock authored
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
During the maintenance period on Monday, 14 Oct 2024, all new projects will no longer create a container registry as part of the project area. Already existing projects will be unaffected at this time. Instead, users should utilize the official ORNL container registries at camden.ornl.gov (internal/moderate) and savannah.ornl.gov (external/low). Please see ORNL Today article for more info.
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.