Files
boost_mpl/preprocessed/preprocess_map.py
T

22 lines
467 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.
2008-10-11 06:30:50 +00:00
# $Id$
2004-09-02 15:41:37 +00:00
# $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(
2004-12-14 12:57:14 +00:00
[ "plain", "typeof_based", "no_ctps" ]
2004-09-02 15:41:37 +00:00
, "map"
2006-11-23 19:57:11 +00:00
, os.path.join( "boost", "mpl", "map", "aux_", "preprocessed" )
2004-09-02 15:41:37 +00:00
)