
23 Jan
2008
23 Jan
'08
3:57 a.m.
John Maddock <john <at> johnmaddock.co.uk> writes:
#include <boost/tr1/tuple.hpp>
std::tr1::tuple<double, double> foo(); // Uses the real std::tr1::tuple if it exists, otherwise the boost version.
Is that what you wanted?
John.
Nice and clean. I figured I was missing something. Time to go check in some code. Thanks, Jared