Subject: Re: [Boost-users] [TR1] How to say BOOST_USE_BOOST_TR1
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-26 10:36:41


AMDG

Markus Werle wrote:
> [Still not giving up]
> What we need then is the possiblity to use the
> boost tr1 components from namespace boost::tr1, e.g.
> boost::tr1::tuple<...> // behaves like std::tr1::truple.
> vs.
> boost::tuple<...> // does not behave like std::tr1::tuple
>
> Is this feasible?
>

How is this better than boost::tuple directly?

In Christ,
Steven Watanabe