Boost C++ Libraries: Ticket #3915: compilation error: undeclared BOOST_CURRENT_FUNCTION https://svn.boost.org/trac10/ticket/3915 <p> hi, during build my codebase with latest boost i get an error: </p> <p> ../../../buildenv/linux/gcc-4.4/64/boost-1.42.0/include/boost/xpressive/match_results.hpp: In member function '<a class="missing wiki">OutputIterator</a> boost::xpressive::match_results&lt;<a class="missing wiki">BidiIter</a>&gt;::format_named_backref_(<a class="missing wiki">ForwardIterator</a>&amp;, <a class="missing wiki">ForwardIterator</a>, <a class="missing wiki">OutputIterator</a>) const': ../../../buildenv/linux/gcc-4.4/64/boost-1.42.0/include/boost/xpressive/match_results.hpp:1315: error: 'BOOST_CURRENT_FUNCTION' was not declared in this scope In file included from ../../../buildenv/linux/gcc-4.4/64/boost-1.42.0/include/boost/xpressive/detail/core/matchers.hpp:33, </p> <blockquote> <p> from ../../../buildenv/linux/gcc-4.4/64/boost-1.42.0/include/boost/xpressive/regex_primitives.hpp:22, from ../../../buildenv/linux/gcc-4.4/64/boost-1.42.0/include/boost/xpressive/xpressive_static.hpp:24, from ../../../buildenv/linux/gcc-4.4/64/boost-1.42.0/include/boost/xpressive/xpressive.hpp:18 </p> </blockquote> <p> it worked with 1.40, so it looks like a regression. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3915 Trac 1.4.3 Eric Niebler Wed, 10 Feb 2010 14:55:00 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3915#comment:1 https://svn.boost.org/trac10/ticket/3915#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/59619" title="add missing include, fixes #3915">[59619]</a>) add missing include, fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3915" title="#3915: Bugs: compilation error: undeclared BOOST_CURRENT_FUNCTION (closed: fixed)">#3915</a> </p> Ticket