From 34762f91fb3804a1cdb8cda9f9ae1c643e8615e0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 16 Aug 2003 00:18:24 +0000 Subject: [PATCH] Fix facet support for intel-win32 [SVN r19625] --- build/Jamfile | 2 ++ example/Jamfile | 1 + test/Jamfile | 1 + 3 files changed, 4 insertions(+) diff --git a/build/Jamfile b/build/Jamfile index ca4e7cbf..fea36e77 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -9,6 +9,8 @@ lib boost_regex : ../src/$(SOURCES).cpp $(BOOST_ROOT) BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 + std::facet-support + : debug release ; diff --git a/example/Jamfile b/example/Jamfile index f57f7a32..1f6aff07 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -21,6 +21,7 @@ rule regex-test-run ( sources + : input * ) BOOST_REGEX_NO_LIB=1 BOOST_REGEX_STATIC_LINK=1 multi + std::facet-support : # test name ] ; } diff --git a/test/Jamfile b/test/Jamfile index 7dc873a7..8f7e922b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -9,6 +9,7 @@ template test : BOOST_REGEX_NO_LIB=1 # requirements BOOST_REGEX_STATIC_LINK=1 multi + std::facet-support ; template regression