Boost logo

Boost :

Subject: [boost] [trunk] what is MSVC 9.0 STL port 5.2?
From: lcaminiti (lorcaminiti_at_[hidden])
Date: 2012-03-16 16:58:30


Hello all,

The trunk regressions tests:
http://beta.boost.org/development/tests/trunk/developer/summary.html

Run on MSVC 9.0 "STL port 5.2" and "WM5 STL port 5.2" on VeecoFTC:
msvc- 9.0~stlport5.2
msvc- 9.0~wm5~stlport5.2

What are those? How are they different from the tests that run on MSVC 9.0
"msvc-9.0" on RW_WinXP_VC?

Specifically, would you know if the following macro will be #defined to 1 on
msvc- 9.0~stlport5.2 and msvc- 9.0~wm5~stlport5.2?

// MSVC 7.1=1300, 8.0=1400, 9.0=1500, 10.0=1600 (this workaround was tested
at
// MSVC 8.0 but it might work also for all MVSC >= 7.1).
#if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1400)) && \
        !defined(BOOST_TYPEOF_EMULATION) /* doesn't work in typeof-emu mode
*/
# define BOOST_SCOPE_EXIT_AUX_TYPEOF_THIS_WORKAROUND_01 1
#else
# define BOOST_SCOPE_EXIT_AUX_TYPEOF_THIS_WORKAROUND_01 0
#endif

Thanks a lot.
--Lorenzo

--
View this message in context: http://boost.2283326.n4.nabble.com/boost-trunk-what-is-MSVC-9-0-STL-port-5-2-tp4479345p4479345.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk