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:
John Maddock
2003-12-20 12:55:02 +00:00
parent 82572db442
commit 16d6b87b1b

View File

@ -11,7 +11,7 @@ template regex-options
: # requirements
<debug><define>BOOST_REGEX_CONFIG_INFO=1
<sysinclude>$(BOOST_ROOT)
<native-wchar_t>on
# <native-wchar_t>on
# como requires this:
<como-win32><*><define>BOOST_REGEX_NO_W32=1
;