Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12143: Preferred separator not exported in dll under Windows
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-09-04 09:39:36
#12143: Preferred separator not exported in dll under Windows
-------------------------------------+---------------------------------
Reporter: andrei_damian2620000@⦠| Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.60.0 | Severity: Problem
Resolution: | Keywords: preferred_separator
-------------------------------------+---------------------------------
Comment (by florian jacomme <florian@â¦>):
{{{
#define BOOST_ALL_DYN_LINK
#include <boost/filesystem.hpp>
int main()
{
assert(boost::filesystem::path::preferred_separator == L'\\');
}
}}}
is working as expected (Win10 + MSVC14).
Maybe there was a problem when building your libraries.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12143#comment:2> 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