Subject: [Boost-bugs] [Boost C++ Libraries] #1473: VC++ 2009 does not need workaround
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-22 21:52:58
#1473: VC++ 2009 does not need workaround
-----------------------+----------------------------------------------------
Reporter: anonymous | Type: Bugs
Status: new | Milestone: Boost 1.35.0
Component: random | Version: Boost Development Trunk
Severity: Problem | Keywords:
-----------------------+----------------------------------------------------
http://tinyurl.com/2wevvb shows failure of random - random_test /
msvc-9.0.
The following (removal of workaround) works for MSC 1500
{{{
//# if BOOST_WORKAROUND(_MSC_FULL_VER, BOOST_TESTED_AT(13102292)) &&
BOOST_MSVC > 1300
// return detail::extract_uniform_int(is, ud, ud.impl);
//# else
is >> std::ws >> ud._min >> std::ws >> ud._max;
ud.init();
return is;
//# endif
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1473>
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