Boost C++ Libraries: Ticket #4070: Incorrect header guard on fusion/include/has_keys.hpp https://svn.boost.org/trac10/ticket/4070 <p> boost/fusion/include/has_keys has the following code: </p> <p> #if !defined(FUSION_INCLUDE_HAS_KEY) #define FUSION_INCLUDE_EMPTY </p> <p> #include &lt;boost/fusion/sequence/intrinsic/has_key.hpp&gt; </p> <p> #endif </p> <p> the #define is obviously wrong and clash if empty.hpp is included afterward. </p> <p> Fix is trivial. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4070 Trac 1.4.3 Steven Watanabe Sat, 12 Jun 2010 00:52:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4070#comment:1 https://svn.boost.org/trac10/ticket/4070#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/62828" title="Fix #include guard of boost/fusion/include/has_key.hpp. Fixes #4070">[62828]</a>) Fix #include guard of boost/fusion/include/has_key.hpp. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4070" title="#4070: Bugs: Incorrect header guard on fusion/include/has_keys.hpp (closed: fixed)">#4070</a> </p> Ticket