Subject: Re: [Boost-users] Multi Index with BOOST_AUTO question.
From: Igor R (boost.lists_at_[hidden])
Date: 2009-10-13 13:18:14


>
> BOOST_AUTO(tests, c.get<byNumber>()) ;
>

try:
 BOOST_AUTO(&tests, c.get<byNumber>()) ;