Boost C++ Libraries: Ticket #5736: amalgamation of regex sources https://svn.boost.org/trac10/ticket/5736 <p> I add Boost.Regex .cpp files into a project not individually but include them in a single file .cpp file, to make compilation faster and project simpler </p> <p> Files posix_api.cpp and wide_posix_api.cpp both define type c_regex_type and these two definitions clash in the amalgamated file. The types are used internally and if one of them is renamed it would make amalgamation trivial. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5736 Trac 1.4.3 John Maddock Mon, 10 Oct 2011 15:09:43 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5736#comment:1 https://svn.boost.org/trac10/ticket/5736#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/74896" title="Allow source to be built by #including all the source files in a ...">[74896]</a>) Allow source to be built by #including all the source files in a single TU. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5736" title="#5736: Feature Requests: amalgamation of regex sources (closed: fixed)">#5736</a>. </p> Ticket