From 77e43136d1c8eb8a7348fa9e7a418a3ebbafd788 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 31 Dec 2006 17:26:12 +0000 Subject: [PATCH] bbv2 updates. [SVN r36551] --- build/Jamfile.v2 | 3 ++- performance/main.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index a74f1eb9..03ecb634 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -66,7 +66,7 @@ rule check-icu-config ( ) { ECHO Building Boost.Regex with the optional Unicode/ICU support disabled. ; ECHO Please refer to the Boost.Regex documentation for more information ; - ECHO (and if you don't know what ICU is then you probably don't need it). ; + ECHO (don't panic: this is a strictly optional feature). ; if $(ICU_PATH) { ECHO Couldn't find utypes.h in $(ICU_PATH:J=" ")$(SLASH)include$(SLASH)unicode ; @@ -135,3 +135,4 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE) $(BOOST_REGEX_ICU_OPTS) ; + diff --git a/performance/main.cpp b/performance/main.cpp index caf2afa2..203f6bd5 100644 --- a/performance/main.cpp +++ b/performance/main.cpp @@ -261,5 +261,4 @@ int cpp_main(int argc, char * argv[]) return 0; } -#include