Boost C++ Libraries: Ticket #401: a simple patch about boost::format (for MSVC7.1) https://svn.boost.org/trac10/ticket/401 <pre class="wiki">It seems to be a bug on MSVC7.1 compiler. that foolish compiler has some conflict on matching signature... 'basic_format&lt;Ch,Tr,Alloc&gt;::size_type boost::basic_format&lt;Ch,Tr,Alloc&gt;::size(void) const' and 'boost::basic_format&lt;Ch,Tr,Alloc&gt;::size_type boost::basic_format&lt;Ch,Tr,Alloc&gt;::size(void) const' i think this is ultimately same signature. but, msvc71 doesn't.. for this, i used some #if tricks. :) attached patchfile contains my modifications. may the code be with you~ </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/401 Trac 1.4.3 biochimia Sat, 04 Feb 2006 06:28:11 GMT status changed https://svn.boost.org/trac10/ticket/401#comment:1 https://svn.boost.org/trac10/ticket/401#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=840777 A different fix for the same bug was committed on 27-Feb-2005. Closing as fixed. </pre> Ticket biochimia Sat, 04 Feb 2006 06:32:31 GMT <link>https://svn.boost.org/trac10/ticket/401#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/401#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=840777 Actually that should be 25-Feb-2005 (rev. 1.25 of file boost/format/format_implementation.hpp). </pre> </description> <category>Ticket</category> </item> </channel> </rss>