Boost logo

Boost :

Subject: [boost] [bjam] if MSVC 7.1 or 8.0 compile-fail
From: lcaminiti (lorcaminiti_at_[hidden])
Date: 2012-01-13 14:20:13


Hello all,

If there a way to program the following within a Jamfile?

import testing ;

if(MSVC 7.1 or MSVC 8.0) { # How do I program this?
    [ compile-fail native_tu_test.cpp native_tu1.cpp native_tu2.cpp : : :
            <define>BOOST_TYPEOF_NATIVE ]
} else {
    [ run native_tu_test.cpp native_tu1.cpp native_tu2.cpp : : :
            <define>BOOST_TYPEOF_NATIVE ]
}

Thanks a lot.
--Lorenzo

--
View this message in context: http://boost.2283326.n4.nabble.com/boost-bjam-if-MSVC-7-1-or-8-0-compile-fail-tp4293124p4293124.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