How to print the return value of template member functions (C++)?
Andreas Schwab
schwab@suse.de
Thu Jan 4 13:37:00 GMT 2007
"Peng Yu" <pengyu.ut@gmail.com> writes:
> $ cat main.cc
> #include <boost/tuple/tuple.hpp>
> #include <iostream>
>
> int main() {
> boost::tuple<int, int> a(10, 10);
> std::cout << a.get<0>() << " " << a.get<1>() << std::endl;
> }
>
>
> (gdb) p a.get<0>()
> Couldn't find method
> boost::tuples::tuple<int,int,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type,boost::tuples::null_type>::get<0>
I can't reproduce that with gdb 6.6.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, MaxfeldstraÃe 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Gdb
mailing list