Boost C++ Libraries: Ticket #5321: random/subtract_with_carry.hpp Visual C++ 8.0 incompatibility https://svn.boost.org/trac10/ticket/5321 <p> boost svn trunk rev. 70018 </p> <p> Visual C++ 8.0: </p> <p> C:\AUTOBU~3\sources\boost\boost/random/subtract_with_carry.hpp(263) : error C2063: 'boost::random::detail::subtract_with_carry_discard' : not a function </p> <blockquote> <p> C:\AUTOBU~3\sources\boost\boost/random/subtract_with_carry.hpp(300) : see reference to class template instantiation 'boost::random::subtract_with_carry_engine&lt;<a class="missing wiki">IntType</a>,w,s,r&gt;' being compiled </p> </blockquote> <p> C:\AUTOBU~3\sources\boost\boost/random/subtract_with_carry.hpp(503) : error C2063: 'boost::random::detail::subtract_with_carry_discard' : not a function </p> <blockquote> <p> C:\AUTOBU~3\sources\boost\boost/random/subtract_with_carry.hpp(522) : see reference to class template instantiation 'boost::random::subtract_with_carry_01_engine&lt;<a class="missing wiki">RealType</a>,w,s,r&gt;' being compiled </p> </blockquote> <p> Full logs are here: <a class="ext-link" href="http://cci.lbl.gov/cctbx_build/results/2011_03_15_2206/win_xp_vc80_py271_build_log"><span class="icon">​</span>http://cci.lbl.gov/cctbx_build/results/2011_03_15_2206/win_xp_vc80_py271_build_log</a> </p> <p> It works fine with Visual C++ 9.0 and 10.0. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5321 Trac 1.4.3 Steven Watanabe Thu, 17 Mar 2011 03:35:06 GMT owner, status changed https://svn.boost.org/trac10/ticket/5321#comment:1 https://svn.boost.org/trac10/ticket/5321#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">No-Maintainer</span> to <span class="trac-author">Steven Watanabe</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Steven Watanabe Thu, 17 Mar 2011 17:14:41 GMT <link>https://svn.boost.org/trac10/ticket/5321#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5321#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70071" title="MSVC 7.1 and 8.0 seem to have trouble handling this friend ...">[70071]</a>) MSVC 7.1 and 8.0 seem to have trouble handling this friend declaration. Try to make it simpler. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5321" title="#5321: Bugs: random/subtract_with_carry.hpp Visual C++ 8.0 incompatibility (closed: fixed)">#5321</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Thu, 17 Mar 2011 21:53:16 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5321#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5321#comment:3</guid> <description> <p> The fix works with Visual C++ 8.0. Thanks! </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Tue, 22 Mar 2011 16:26:56 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5321#comment:4 https://svn.boost.org/trac10/ticket/5321#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> closing this ticket; problem fixed </p> Ticket