Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69596 - sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_
From: lorcaminiti_at_[hidden]
Date: 2011-03-05 19:59:23


Author: lcaminiti
Date: 2011-03-05 19:59:22 EST (Sat, 05 Mar 2011)
New Revision: 69596
URL: http://svn.boost.org/trac/boost/changeset/69596

Log:
Fixed config.hpp #include path.
Text files modified:
   sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/is_void.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/is_void.hpp
==============================================================================
--- sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/is_void.hpp (original)
+++ sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/is_void.hpp 2011-03-05 19:59:22 EST (Sat, 05 Mar 2011)
@@ -7,7 +7,7 @@
 #ifndef BOOST_LOCAL_AUX_PP_SIGN_PARSE_PARAMS_IS_VOID_HPP_
 #define BOOST_LOCAL_AUX_PP_SIGN_PARSE_PARAMS_IS_VOID_HPP_
 
-#include "../../../config.hpp"
+#include "../../../../config.hpp"
 #include <boost/detail/preprocessor/keyword/void.hpp>
 #include <boost/preprocessor/detail/is_unary.hpp>
 #include <boost/preprocessor/control/iif.hpp>


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