j
k
j a
j l
On Tue, Oct 13, 2009 at 10:48 PM, Igor R wrote:
BOOST_AUTO(tests, c.get<byNumber>()) ; ...try: BOOST_AUTO(&tests, c.get<byNumber>()) ;
BOOST_AUTO(tests, c.get<byNumber>()) ;
try: BOOST_AUTO(&tests, c.get<byNumber>()) ;
Thanks, It worked. What is the difference ?. Which is correct ? Surya
Attachments:
Back to the thread
Back to the list