Boost C++ Libraries: Ticket #7732: Spirit Karma calls compile unqualified, which causes it to use compile functions found by ADL https://svn.boost.org/trac10/ticket/7732 <p> In boost/spirit/home/karma/generate.hpp, the function generate and generate_delimited calls compile without qualification. Which allows finding compile functions by ADL if the expression contains terminals not defined in the spirit namespace. </p> <p> The call should be qualified. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7732 Trac 1.4.3 felipe.m.almeida@… Wed, 28 Nov 2012 14:38:04 GMT attachment set https://svn.boost.org/trac10/ticket/7732 https://svn.boost.org/trac10/ticket/7732 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">adl-issues.patch</span> </li> </ul> <p> Patch for correction of ADL issues with the compile function called in generante and parse functions </p> Ticket