Boost C++ Libraries: Ticket #3018: Compilation error when use invoke_procedure.hpp with iso646.h https://svn.boost.org/trac10/ticket/3018 <p> This code:<br /> <em> #include &lt;iso646.h&gt;<br /> #include &lt;boost/fusion/functional/invocation/invoke_procedure.hpp&gt;<br /> </em> </p> <p> cause this compilation error: </p> <h2 class="section" id="c:libboost_1_39_0boostmplaux_include_preprocessed.hpp37:fatalerrorC1083:Cannotopenincludefile:boostmplaux_preprocessedplain.hpp:Nosuchfileordirectory">c:\lib\boost_1_39_0\boost\mpl\aux_\include_preprocessed.hpp(37) : fatal error C1083: Cannot open include file: 'boost/mpl/aux_/preprocessed/plain/&amp;.hpp': No such file or directory</h2> <p> compiler - msvc 2005<br /> command line:<br /> /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug<br />" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3018 Trac 1.4.3 Joel de Guzman Tue, 12 May 2009 10:48:50 GMT owner changed https://svn.boost.org/trac10/ticket/3018#comment:1 https://svn.boost.org/trac10/ticket/3018#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">t_schwinger</span> </li> </ul> Ticket Steven Watanabe Sun, 17 May 2009 03:20:07 GMT component changed https://svn.boost.org/trac10/ticket/3018#comment:2 https://svn.boost.org/trac10/ticket/3018#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">fusion</span> → <span class="trac-field-new">mpl</span> </li> </ul> <pre class="wiki">#include &lt;iso646.h&gt; #include &lt;boost/mpl/bitand.hpp&gt; </pre> Ticket Steven Watanabe Sun, 17 May 2009 03:20:35 GMT owner changed https://svn.boost.org/trac10/ticket/3018#comment:3 https://svn.boost.org/trac10/ticket/3018#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">t_schwinger</span> to <span class="trac-author">Aleksey Gurtovoy</span> </li> </ul> Ticket Steven Watanabe Fri, 11 Jun 2010 23:47:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3018#comment:4 https://svn.boost.org/trac10/ticket/3018#comment:4 <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> This was fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/59248" title="Fix bitand/bitor conflicts with iso64.h header">[59248]</a>. </p> Ticket