Boost C++ Libraries: Ticket #349: boost 1.32 compile error with STLPort462 and boost/format https://svn.boost.org/trac10/ticket/349 <pre class="wiki">compile error using MSVC 7.1 STLPort4.6.2 Boost 1.32.0 Code: #include &lt;iostream&gt; #include &lt;tchar.h&gt; #include &lt;boost/format.hpp&gt; int _tmain(int argc, _TCHAR* argv[]) { return 0; } Fails with: \boost\format\format_implementation.hpp(216) : error C2244: 'boost::basic_format&lt;Ch,Tr,Alloc&gt;::size' : unable to match function definition to an existing declaration \boost\format\format_class.hpp(58) : see declaration of 'boost::basic_format&lt;Ch,Tr,Alloc&gt;::size' definition 'basic_format&lt;Ch,Tr,Alloc&gt;::size_type boost::basic_format&lt;Ch,Tr,Alloc&gt;::size(void) const' existing declarations 'boost::basic_format&lt;Ch,Tr,Alloc&gt;::size_type boost::basic_format&lt;Ch,Tr,Alloc&gt;::size(void) const' Worked with boost 1.31.0 Regards, Glen. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/349 Trac 1.4.3 samuel_k Wed, 23 Feb 2005 12:55:49 GMT status changed https://svn.boost.org/trac10/ticket/349#comment:1 https://svn.boost.org/trac10/ticket/349#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket