add no_ctps configuration for map

[SVN r26496]
This commit is contained in:
Aleksey Gurtovoy
2004-12-14 12:57:14 +00:00
parent 7bda336e5c
commit 6ca63b6524

View File

@@ -14,7 +14,7 @@
import preprocess import preprocess
preprocess.main( preprocess.main(
[ "plain", "typeof_based" ] [ "plain", "typeof_based", "no_ctps" ]
, "map" , "map"
, "boost\\mpl\\map\\aux_\\preprocessed" , "boost\\mpl\\map\\aux_\\preprocessed"
) )