Subject: [Boost-bugs] [Boost C++ Libraries] #1691: [Random] Brokem MSVC workaround
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-03-17 00:24:03
#1691: [Random] Brokem MSVC workaround
---------------------------------------------------------+------------------
Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: no-maintainer
Type: Bugs | Status: new
Milestone: To Be Determined | Component: random
Version: Boost Development Trunk | Severity: Problem
Keywords: |
---------------------------------------------------------+------------------
The problem in unform_int described in ticket #1423 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.
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.
Basically, the workaround seems to serve no purpose.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1691>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC