Files
boost_mpl/preprocessed/preprocess_vector.py
T

22 lines
477 B
Python
Raw Normal View History

2004-09-02 15:41:37 +00:00
2006-11-23 19:57: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.
# $Source$
# $Date$
# $Revision$
import preprocess
2006-11-23 19:57:11 +00:00
import os.path
2004-09-02 15:41:37 +00:00
preprocess.main(
[ "no_ctps", "plain", "typeof_based" ]
, "vector"
2006-11-23 19:57:11 +00:00
, os.path.join( "boost", "mpl", "vector", "aux_", "preprocessed" )
2004-09-02 15:41:37 +00:00
)