Boost logo

Boost Users :

Subject: Re: [Boost-users] Query on Boost DLL Library
From: Leo Carreon (lcarreon_at_[hidden])
Date: 2016-06-09 00:06:38


After a bit more reading of the documentation, my understanding is std::shared_ptr can be used but not std::experimental::filesystem because boost::filesystem is an argument to boost::dll::import_alias.

In light of this, can I request a revision to the Boost DLL Library. Can boost::filesystem be replaced with either std::experimental::filesystem or std::filesystem. whichever is available on the version of the compiler being used? The reason for this is so that there is only one version of the filesystem library to be used in your application.

From: Leo Carreon
Sent: Thursday, June 09, 2016 11:06 AM
To: Boost Users Mailing List
Subject: Query on Boost DLL Library

Hi,

In Boost DLL Library factory method example it uses boost::shared_ptr and boost::filesystem, can these be replaced by std::shared_ptr and std::experimental::filesystem?

Kind regards,
Leo



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net