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