$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Multi Index with BOOST_AUTO question.
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2009-10-13 13:24:21
On Tue, Oct 13, 2009 at 10:48 PM, Igor R <boost.lists_at_[hidden]> 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