$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56340 - trunk/boost/wave/util
From: hartmut.kaiser_at_[hidden]
Date: 2009-09-21 13:22:23
Author: hkaiser
Date: 2009-09-21 13:22:23 EDT (Mon, 21 Sep 2009)
New Revision: 56340
URL: http://svn.boost.org/trac/boost/changeset/56340
Log:
Wave: added missing namespace declaration
Text files modified:
trunk/boost/wave/util/cpp_iterator.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/wave/util/cpp_iterator.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_iterator.hpp (original)
+++ trunk/boost/wave/util/cpp_iterator.hpp 2009-09-21 13:22:23 EDT (Mon, 21 Sep 2009)
@@ -427,6 +427,7 @@
// restore the actual current file and directory
#if BOOST_WAVE_SUPPORT_PRAGMA_ONCE != 0
+ namespace fs = boost::filesystem;
fs::path rfp(wave::util::create_path(iter_ctx->real_filename.c_str()));
std::string real_filename(rfp.string());
ctx.set_current_filename(real_filename.c_str());