Boost C++ Libraries: Ticket #278: function.hpp missing include guard patch https://svn.boost.org/trac10/ticket/278 <pre class="wiki">function.hpp does not have an #ifndef/#endif include guard. This patch adds #ifndef BOOST_FUNCTION_HPP at the top of the file and #endif at the bottom. -- nicolas.desjardins@orthosoft.ca </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/278 Trac 1.4.3 mclow Mon, 09 Jan 2006 22:18:49 GMT <link>https://svn.boost.org/trac10/ticket/278#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/278#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=131412 In &lt;http://lists.boost.org/Archives/boost/2004/06/66443.php&gt;, Doug wrote: function.hpp isn't actually supposed to have include guards. The code it contains will never actually be included twice, but you can include function.hpp with BOOST_FUNCTION_MAX_ARGS set to different values to create support for greater numbers of arguments. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>mclow</dc:creator> <pubDate>Mon, 09 Jan 2006 22:18:50 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/278#comment:2 https://svn.boost.org/trac10/ticket/278#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket