Opened 15 years ago
Closed 15 years ago
#1473 closed Bugs (fixed)
VC++ 2009 does not need workaround
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Boost 1.35.0 | Component: | random |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Fixed in revision 42141.