mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 20:06:38 +02:00
bbv2 updates.
[SVN r36551]
This commit is contained in:
@ -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)
|
||||
;
|
||||
|
||||
|
||||
|
@ -261,5 +261,4 @@ int cpp_main(int argc, char * argv[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/prg_exec_monitor.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user