summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/mpl/preprocessed/preprocess_vector.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/mpl/preprocessed/preprocess_vector.py')
-rw-r--r--src/boost/libs/mpl/preprocessed/preprocess_vector.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/boost/libs/mpl/preprocessed/preprocess_vector.py b/src/boost/libs/mpl/preprocessed/preprocess_vector.py
new file mode 100644
index 00000000..26c65b6e
--- /dev/null
+++ b/src/boost/libs/mpl/preprocessed/preprocess_vector.py
@@ -0,0 +1,21 @@
+
+# Copyright Aleksey Gurtovoy 2001-2006
+#
+# 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)
+#
+# See http://www.boost.org/libs/mpl for documentation.
+
+# $Id$
+# $Date$
+# $Revision$
+
+import preprocess
+import os.path
+
+preprocess.main(
+ [ "plain", "typeof_based" ]
+ , "vector"
+ , os.path.join( "boost", "mpl", "vector", "aux_", "preprocessed" )
+ )