mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Merge platform fixes from HEAD
[SVN r36168]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
# Copyright Aleksey Gurtovoy 2001-2004
|
||||
# Copyright Aleksey Gurtovoy 2001-2006
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -12,9 +12,10 @@
|
||||
# $Revision$
|
||||
|
||||
import preprocess
|
||||
import os.path
|
||||
|
||||
preprocess.main(
|
||||
[ "plain" ]
|
||||
, "list"
|
||||
, "boost\\mpl\\list\\aux_\\preprocessed"
|
||||
, os.path.join( "boost", "mpl", "list", "aux_", "preprocessed" )
|
||||
)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
# Copyright Aleksey Gurtovoy 2001-2004
|
||||
# Copyright Aleksey Gurtovoy 2001-2006
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -12,9 +12,10 @@
|
||||
# $Revision$
|
||||
|
||||
import preprocess
|
||||
import os.path
|
||||
|
||||
preprocess.main(
|
||||
[ "plain", "typeof_based", "no_ctps" ]
|
||||
, "map"
|
||||
, "boost\\mpl\\map\\aux_\\preprocessed"
|
||||
, os.path.join( "boost", "mpl", "map", "aux_", "preprocessed" )
|
||||
)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
# Copyright Aleksey Gurtovoy 2001-2004
|
||||
# Copyright Aleksey Gurtovoy 2001-2006
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -12,9 +12,10 @@
|
||||
# $Revision$
|
||||
|
||||
import preprocess
|
||||
import os.path
|
||||
|
||||
preprocess.main(
|
||||
[ "plain" ]
|
||||
, "set"
|
||||
, "boost\\mpl\\set\\aux_\\preprocessed"
|
||||
, os.path.join( "boost", "mpl", "set", "aux_", "preprocessed" )
|
||||
)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
# Copyright Aleksey Gurtovoy 2001-2004
|
||||
# Copyright Aleksey Gurtovoy 2001-2006
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -12,9 +12,10 @@
|
||||
# $Revision$
|
||||
|
||||
import preprocess
|
||||
import os.path
|
||||
|
||||
preprocess.main(
|
||||
[ "no_ctps", "plain", "typeof_based" ]
|
||||
, "vector"
|
||||
, "boost\\mpl\\vector\\aux_\\preprocessed"
|
||||
, os.path.join( "boost", "mpl", "vector", "aux_", "preprocessed" )
|
||||
)
|
||||
|
Reference in New Issue
Block a user