id summary reporter owner description type status milestone component version severity resolution keywords cc 12265 Request to use standard objects if available lcarreon@… Antony Polukhin "The Boost.DLL library uses the following objects: 1. boost::filesystem::path 2. boost::shared_ptr 3. boost::function Can these be converted to use the standard versions if they are available on the compiler being used. For example, use these: 1. std::experimental::filesystem::path or std::filesystem::path (C++17) 2. std::shared_ptr 3. std::function " Feature Requests closed To Be Determined None Boost 1.61.0 Not Applicable duplicate