Boost C++ Libraries: Ticket #350: boost 1.32 compile error with STLPort462 and boost/format https://svn.boost.org/trac10/ticket/350 <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/350 Trac 1.4.3 samuel_k Wed, 23 Feb 2005 12:54:08 GMT <link>https://svn.boost.org/trac10/ticket/350#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/350#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=545049 that is weird. I'm about to install MSVC and see what is happening. That might be an issue with the compiler. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>samuel_k</dc:creator> <pubDate>Sat, 05 Mar 2005 13:30:36 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/350#comment:2 https://svn.boost.org/trac10/ticket/350#comment:2 <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=545049 fixes commited in CVS head (date 2005-02-27), that should solve that. </pre> Ticket