2004-09-02 15:41:37 +00:00
|
|
|
|
2006-11-23 19:41:11 +00:00
|
|
|
# Copyright Aleksey Gurtovoy 2001-2006
|
2004-09-02 15:41:37 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2008-10-10 09:24:39 +00:00
|
|
|
# $Id$
|
2004-09-02 15:41:37 +00:00
|
|
|
# $Date$
|
|
|
|
# $Revision$
|
|
|
|
|
|
|
|
import preprocess
|
2006-11-23 19:41:11 +00:00
|
|
|
import os.path
|
2004-09-02 15:41:37 +00:00
|
|
|
|
|
|
|
preprocess.main(
|
2015-04-21 15:40:24 +02:00
|
|
|
[ "plain", "typeof_based" ]
|
2004-09-02 15:41:37 +00:00
|
|
|
, "vector"
|
2006-11-23 19:41:11 +00:00
|
|
|
, os.path.join( "boost", "mpl", "vector", "aux_", "preprocessed" )
|
2004-09-02 15:41:37 +00:00
|
|
|
)
|