mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Fix facet support for intel-win32
[SVN r19625]
This commit is contained in:
@ -9,6 +9,8 @@ lib boost_regex : ../src/$(SOURCES).cpp
|
|||||||
<sysinclude>$(BOOST_ROOT)
|
<sysinclude>$(BOOST_ROOT)
|
||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
<define>BOOST_REGEX_STATIC_LINK=1
|
<define>BOOST_REGEX_STATIC_LINK=1
|
||||||
|
std::facet-support
|
||||||
|
|
||||||
:
|
:
|
||||||
debug release
|
debug release
|
||||||
;
|
;
|
||||||
|
@ -21,6 +21,7 @@ rule regex-test-run ( sources + : input * )
|
|||||||
<define>BOOST_REGEX_NO_LIB=1
|
<define>BOOST_REGEX_NO_LIB=1
|
||||||
<define>BOOST_REGEX_STATIC_LINK=1
|
<define>BOOST_REGEX_STATIC_LINK=1
|
||||||
<threading>multi
|
<threading>multi
|
||||||
|
std::facet-support
|
||||||
: # test name
|
: # test name
|
||||||
] ;
|
] ;
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ template test
|
|||||||
: <define>BOOST_REGEX_NO_LIB=1 # requirements
|
: <define>BOOST_REGEX_NO_LIB=1 # requirements
|
||||||
<define>BOOST_REGEX_STATIC_LINK=1
|
<define>BOOST_REGEX_STATIC_LINK=1
|
||||||
<threading>multi
|
<threading>multi
|
||||||
|
std::facet-support
|
||||||
;
|
;
|
||||||
|
|
||||||
template regression
|
template regression
|
||||||
|
Reference in New Issue
Block a user