[Boost-bugs] [ boost-Feature Requests-1587094 ] [regex] add support for a BOOST_NO_CREGEX mode

Feature Requests item #1587094, was opened at 2006-10-30 11:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=357586&aid=1587094&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: regex Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Fink (vividos) Assigned to: John Maddock (johnmaddock) Summary: [regex] add support for a BOOST_NO_CREGEX mode Initial Comment: There is a BOOST_NO_WREGEX mode in Boost.Regex that disables support for wide character regex classes when no support is available (either BOOST_NO_CWCHAR, BOOST_NO_CWCTYPE or BOOST_NO_STD_WSTRING has to be defined). A BOOST_NO_CREGEX mode would be desirable to support platforms that define BOOST_NO_ANSI_APIS and don't have the necessary C runtime or Win32 functions. It would also help when one wants to test if his application does use ansi (regex) classes. I attached a possible patch that patches the related files in boost/regex/, but there would be considerable work (I guess) in libs/regex/ to omit using ansi API functions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=357586&aid=1587094&group_id=7586 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net