29 Aug
2008
29 Aug
'08
8:51 a.m.
Markus Werle wrote:
Hi!
The following piece of code yields "( 0)" as output, but IMHO the output should be "(test 1)". Looks like at_c creates temporaries, but I expected it to return a reference. How can I fix this?
I can't answer your question about using at_c with a tr1::tuple, but why not use std::tr1::get<N>() to access a tuple? John.