[Boost-bugs] [Boost C++ Libraries] #12265: Request to use standard objects if available

Subject: [Boost-bugs] [Boost C++ Libraries] #12265: Request to use standard objects if available
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-11 01:22:14


#12265: Request to use standard objects if available
----------------------------+------------------------------
 Reporter: lcarreon@… | Type: Feature Requests
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.61.0
 Severity: Not Applicable | Keywords:
----------------------------+------------------------------
 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

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12265>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC