Boost C++ Libraries: Ticket #1955: gcc-4.x and gcc-4.3 fixes https://svn.boost.org/trac10/ticket/1955 <p> gcc-4.x: template member functions have to be called by </p> <pre class="wiki"> obj.template tedfunc&lt;sometype&gt;(...) </pre><p> gcc-4.3: missing cstring and climits </p> <p> patch is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1955 Trac 1.4.3 Maik Beckmann <Beckmann.Maik@…> Tue, 27 May 2008 15:47:30 GMT attachment set https://svn.boost.org/trac10/ticket/1955 https://svn.boost.org/trac10/ticket/1955 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">property_tree.patch</span> </li> </ul> Ticket Maik Beckmann <Beckmann.Maik@…> Tue, 27 May 2008 15:52:41 GMT <link>https://svn.boost.org/trac10/ticket/1955#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1955#comment:1</guid> <description> <p> Minor correction: Its a missing <code> #include &lt;limits&gt; </code> not a missing <code> #include &lt;climits&gt; </code>. </p> <p> Anyway, the patch does the right thing. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Sebastian Redl</dc:creator> <pubDate>Thu, 14 May 2009 16:16:35 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1955#comment:2 https://svn.boost.org/trac10/ticket/1955#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Thanks, will be soon fixed in trunk. </p> Ticket