Boost C++ Libraries: Ticket #764: [regex] add support for a BOOST_NO_CREGEX mode https://svn.boost.org/trac10/ticket/764 <pre class="wiki">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. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/764 Trac 1.4.3 John Maddock Thu, 06 Aug 2009 08:57:04 GMT status, resolution, description changed; severity set https://svn.boost.org/trac10/ticket/764#comment:1 https://svn.boost.org/trac10/ticket/764#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">worksforme</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/764?action=diff&amp;version=1">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> I'm closing this one, as Boost.Regex now builds on WinCE, which I believe was the original issue. </p> Ticket