summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2003-08-16 00:18:24 +0000
committerDave Abrahams <dave@boostpro.com>2003-08-16 00:18:24 +0000
commit0b3d605bdc091d05a540bd02e0278765ad1fb40b (patch)
treed5f2b31020948f0c37cbdfbdb8725e49a60657ff
parentc0de0fbf8dd593a13079d2f2fc2db7a7036caa70 (diff)
downloadboost-0b3d605bdc091d05a540bd02e0278765ad1fb40b.tar.gz
Fix facet support for intel-win32
[SVN r19625]
m---------libs/date_time0
m---------libs/format0
m---------libs/math0
m---------libs/regex0
-rw-r--r--status/Jamfile7
m---------tools/build0
6 files changed, 4 insertions, 3 deletions
diff --git a/libs/date_time b/libs/date_time
-Subproject 397e09379939ce0df164eb30ab36afa80ae1dd4
+Subproject 7c7407d89097945c85ce32550d0702b360eceaa
diff --git a/libs/format b/libs/format
-Subproject 0409b32aa7e57e457ab865125cc8bae96f83667
+Subproject 6fee4a6666ddac4bf1a9a9296e2c38bfe949862
diff --git a/libs/math b/libs/math
-Subproject da074263ed1f90d6223d0306a635b6b25c3042e
+Subproject f66c08c2e49a3c58d8db9c860f4a89a2d00fdb8
diff --git a/libs/regex b/libs/regex
-Subproject 644e41ba31cbcda3544166a98d1099bb8ed74ff
+Subproject 34762f91fb3804a1cdb8cda9f9ae1c643e8615e
diff --git a/status/Jamfile b/status/Jamfile
index ccf3cc28f1..46428f3e0a 100644
--- a/status/Jamfile
+++ b/status/Jamfile
@@ -43,7 +43,8 @@ subinclude libs/type_traits/test ; # test-suite type_traits
: #args
: #input-files
: #requirements
- <threading>multi
+ <threading>multi
+ : std::facet-support
]
[ run libs/config/test/config_info.cpp : : : <test-info>always_show_run_output ]
[ run libs/config/test/limits_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
@@ -100,7 +101,7 @@ subinclude libs/type_traits/test ; # test-suite type_traits
libs/io/test/ios_state_test.cpp <lib>../libs/test/build/boost_test_exec_monitor # sources
: # args
: # input-files
- : std::locale-support
+ : std::locale-support std::facet-support
;
test-suite lambda
@@ -168,7 +169,7 @@ subinclude libs/type_traits/test ; # test-suite type_traits
test-suite tuple
: [ run libs/tuple/test/tuple_test_bench.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
- [ run libs/tuple/test/io_test.cpp <lib>../libs/test/build/boost_test_exec_monitor ]
+ [ run libs/tuple/test/io_test.cpp <lib>../libs/test/build/boost_test_exec_monitor : : : std::facet-support ]
;
diff --git a/tools/build b/tools/build
-Subproject 383ddfe0bcbd38ed02cc3c67aaf5108b1d6aeef
+Subproject 7557bc9decdfb21397cbf00ce3ef295bfb9128b