Subject: [Boost-bugs] [Boost C++ Libraries] #4630: [filesystem] Wave regression test failure on Mingw
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-09-05 15:25:47
#4630: [filesystem] Wave regression test failure on Mingw
--------------------------------------------------+-------------------------
Reporter: rwebb <richard.webb@â¦> | Owner: bemandawes
Type: Bugs | Status: new
Milestone: Boost-1.45.0 | Component: filesystem
Version: Boost Development Trunk | Severity: Problem
Keywords: |
--------------------------------------------------+-------------------------
One of the Wave regression tests is failing On Mingw with the error
{{{
../boost/filesystem/v2/operations.hpp:1191:24: error:
'boost::filesystem2::create_hard_link' has not been declared
}}}
(see http://tinyurl.com/3x3y9jj).
Looks like the "using filesystem2::create_hard_link;" on line 1191 of
operations.hpp needs to be guarded with an
{{{
#if !defined(BOOST_WINDOWS_API) || defined(BOOST_FS_HARD_LINK)
}}}
as the declaration of create_hard_link iteself is.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4630> 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:04 UTC