Subject: [Boost-bugs] [Boost C++ Libraries] #2948: boost/filesystem/operations.hpp needs boost namespace around Path definition
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-04-15 01:11:02
#2948: boost/filesystem/operations.hpp needs boost namespace around Path
definition
----------------------------------------------------------+-----------------
Reporter: Stephanie Schutz <schutz_at_[hidden]> | Owner: bemandawes
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: filesystem
Version: Boost 1.38.0 | Severity: Problem
Keywords: |
----------------------------------------------------------+-----------------
In version 1.38.0 Path should be defined within the boost namespace.
# ifndef BOOST_FILESYSTEM_NARROW_ONLY
# define BOOST_FS_FUNC(BOOST_FS_TYPE) \
template<class Path> typename boost::enable_if<is_basic_path<Path>,
\
BOOST_FS_TYPE>::type
# define BOOST_INLINE_FS_FUNC(BOOST_FS_TYPE) \
template<class Path> inline typename
boost::enable_if<is_basic_path<Path>, \
BOOST_FS_TYPE>::type
# define BOOST_FS_TYPENAME typename
# else
# define BOOST_FS_FUNC(BOOST_FS_TYPE) inline BOOST_FS_TYPE
# define BOOST_INLINE_FS_FUNC(BOOST_FS_TYPE) inline BOOST_FS_TYPE
# typedef boost::filesystem::path Path;
# define BOOST_FS_TYPENAME
# endif
//----------------------------------------------------------------------------//
namespace boost
{
namespace filesystem
{
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2948> 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:00 UTC