mirror of
https://github.com/boostorg/regex.git
synced 2025-07-30 04:27:22 +02:00
Removed <native-wchar_t>on requirement (it's on by default for vc7 anyway, and vc7+stlport is better without it)
[SVN r21354]
This commit is contained in:
@ -11,7 +11,7 @@ template regex-options
|
|||||||
: # requirements
|
: # requirements
|
||||||
<debug><define>BOOST_REGEX_CONFIG_INFO=1
|
<debug><define>BOOST_REGEX_CONFIG_INFO=1
|
||||||
<sysinclude>$(BOOST_ROOT)
|
<sysinclude>$(BOOST_ROOT)
|
||||||
<native-wchar_t>on
|
# <native-wchar_t>on
|
||||||
# como requires this:
|
# como requires this:
|
||||||
<como-win32><*><define>BOOST_REGEX_NO_W32=1
|
<como-win32><*><define>BOOST_REGEX_NO_W32=1
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user