|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65158 - sandbox/SOC/2010/process/boost/process
From: boris_at_[hidden]
Date: 2010-08-31 18:43:39
Author: bschaeling
Date: 2010-08-31 18:43:37 EDT (Tue, 31 Aug 2010)
New Revision: 65158
URL: http://svn.boost.org/trac/boost/changeset/65158
Log:
Replaced BOOST_PP_STRINGIZE with BOOST_STRINGIZE to remove dependency on Boost.Preprocessor
Text files modified:
sandbox/SOC/2010/process/boost/process/config.hpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/process/boost/process/config.hpp
==============================================================================
--- sandbox/SOC/2010/process/boost/process/config.hpp (original)
+++ sandbox/SOC/2010/process/boost/process/config.hpp 2010-08-31 18:43:37 EDT (Tue, 31 Aug 2010)
@@ -23,7 +23,6 @@
#include <boost/config.hpp>
#include <boost/system/config.hpp>
-#include <boost/preprocessor/stringize.hpp>
#include <boost/system/system_error.hpp>
#include <boost/throw_exception.hpp>
@@ -51,7 +50,7 @@
/** \cond */
#define BOOST_PROCESS_SOURCE_LOCATION \
- "in file '" __FILE__ "', line " BOOST_PP_STRINGIZE(__LINE__) ": "
+ "in file '" __FILE__ "', line " BOOST_STRINGIZE(__LINE__) ": "
#if defined(BOOST_POSIX_API)
# define BOOST_PROCESS_LAST_ERROR errno
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk