On Tue, Oct 13, 2009 at 10:48 PM, Igor R <boost.lists@gmail.com> wrote:
BOOST_AUTO(tests, c.get<byNumber>()) ;
 
try:
BOOST_AUTO(&tests, c.get<byNumber>()) ;

Thanks,
It worked. What is the difference ?. Which is correct ?

Surya