Boost C++ Libraries: Ticket #1691: [Random] Brokem MSVC workaround https://svn.boost.org/trac10/ticket/1691 <p> The problem in unform_int described in ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1423" title="#1423: Bugs: MSVC uniform int workaround not required for VC++ 2008 (closed: fixed)">#1423</a> also exists in the uniform_smallint class, and can be fixed in the same manner (disabling the workaround for VC9). This isn't found by the regression tests as the uniform_smallint tests are commented out in random_test.cpp. </p> <p> However:<br /> 1) The workaround in question referes to an '_impl' class member, which no longer exists.<br /> 2) The workaround is inside a "!defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)" block. BOOST_NO_MEMBER_TEMPLATE_FRIENDS is defined for all MSVC versions prior to 9, so it's never used anyway. </p> <p> Basically, the workaround seems to serve no purpose. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1691 Trac 1.4.3 Steven Watanabe Mon, 23 Feb 2009 15:48:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1691#comment:1 https://svn.boost.org/trac10/ticket/1691#comment:1 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/51413" title="Enable stream operators on msvc. Fixes #1068. Fixes #1691">[51413]</a>) Enable stream operators on msvc. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1068" title="#1068: Bugs: Mersenne twister disables streaming for Visual C++ (closed: fixed)">#1068</a>. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1691" title="#1691: Bugs: [Random] Brokem MSVC workaround (closed: fixed)">#1691</a> </p> Ticket