Boost C++ Libraries: Ticket #388: function.hpp breaks assign.hpp https://svn.boost.org/trac10/ticket/388 <pre class="wiki">#include &lt;boost/function.hpp&gt; #include &lt;boost/assign.hpp&gt; The above includes break during compilation in Visual C++ 7.0 (2002). The error is; c:\VSS3\TDM\Boost\boost\assign\list_of.hpp(48) : error C2955: 'boost::is_array' : use of class template requires template argument list c:\VSS3\TDM\Boost\boost\type_traits\is_array.hpp (82) : see declaration of 'boost::is_array' If the order is modified to read; #include &lt;boost/assign.hpp&gt; #include &lt;boost/function.hpp&gt; .. it will work OK. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/388 Trac 1.4.3 Douglas Gregor Tue, 22 Nov 2005 14:05:09 GMT <link>https://svn.boost.org/trac10/ticket/388#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/388#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=249098 I can't duplicate this bug. Is it still present in Boost 1.33.0? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>jmoller</dc:creator> <pubDate>Fri, 09 Dec 2005 15:38:13 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/388#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/388#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=1257592 No, I cannot reproduce with 1.33. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Douglas Gregor</dc:creator> <pubDate>Fri, 09 Dec 2005 16:07:06 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/388#comment:3 https://svn.boost.org/trac10/ticket/388#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket