Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74392 - trunk/libs/fusion/preprocess
From: joel_at_[hidden]
Date: 2011-09-15 21:34:27


Author: djowel
Date: 2011-09-15 21:34:26 EDT (Thu, 15 Sep 2011)
New Revision: 74392
URL: http://svn.boost.org/trac/boost/changeset/74392

Log:
Added preprocessed files to speed compilation
Added:
   trunk/libs/fusion/preprocess/
   trunk/libs/fusion/preprocess/preprocess.cpp (contents, props changed)
   trunk/libs/fusion/preprocess/wave.cfg (contents, props changed)

Added: trunk/libs/fusion/preprocess/preprocess.cpp
==============================================================================
--- (empty file)
+++ trunk/libs/fusion/preprocess/preprocess.cpp 2011-09-15 21:34:26 EDT (Thu, 15 Sep 2011)
@@ -0,0 +1,8 @@
+/*=============================================================================
+ Copyright (c) 2011 Joel de Guzman
+
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+==============================================================================*/
+#include <boost/fusion/container/vector.hpp>
+

Added: trunk/libs/fusion/preprocess/wave.cfg
==============================================================================
--- (empty file)
+++ trunk/libs/fusion/preprocess/wave.cfg 2011-09-15 21:34:26 EDT (Thu, 15 Sep 2011)
@@ -0,0 +1,13 @@
+-DBOOST_FUSION_DONT_USE_PREPROCESSED_FILES
+-DBOOST_FUSION_CREATE_PREPROCESSED_FILES
+-SC:/dev/boost
+-SC:/dev/tools/mingw/include
+-SC:/dev/tools/mingw/lib/gcc/mingw32/4.5.2/include
+-SC:/dev/tools/mingw/lib/gcc/mingw32/4.5.2/include/c++
+-SC:/dev/tools/mingw/lib/gcc/mingw32/4.5.2/include/c++/mingw32
+--variadics
+-NBOOST_FUSION_ADAPT_TPL_STRUCT_NO_PARTIAL
+-NBOOST_PROTO_USE_GET_POINTER
+-NBOOST_PROTO_GET_POINTER
+--timer
+


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