From 113c676eefbbaa41241eb0c4ea57ff629d6f69d3 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Sat, 3 Jul 2004 10:40:39 +0000 Subject: [PATCH] std::facet requirement added [SVN r23324] --- string/test/Jamfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/string/test/Jamfile b/string/test/Jamfile index ef5f7a5..1df73fc 100644 --- a/string/test/Jamfile +++ b/string/test/Jamfile @@ -22,6 +22,7 @@ DEPENDS all : test ; : : : std::locale-support + std::facet-support : container ] [ run @@ -29,6 +30,7 @@ DEPENDS all : test ; : : : std::locale-support + std::facet-support : trim ] [ run @@ -36,6 +38,7 @@ DEPENDS all : test ; : : : std::locale-support + std::facet-support : conv ] [ run @@ -43,6 +46,7 @@ DEPENDS all : test ; : : : std::locale-support + std::facet-support : predicate ] [ run @@ -50,6 +54,7 @@ DEPENDS all : test ; : : : std::locale-support + std::facet-support : find ] [ run @@ -57,14 +62,16 @@ DEPENDS all : test ; : : : std::locale-support - : split + std::facet-support + : split ] [ run replace_test.cpp : : : std::locale-support - : replace + std::facet-support + : replace ] [ run regex_test.cpp