5 Sep
2008
5 Sep
'08
4:31 a.m.
Hi all, I'm having trouble using GDB with my program that uses boost. In GDB (bra is a vector<double>): (gdb) print bra(j) Invalid data type for function to be called. I've compiled my program with -g3. How can I peek at boost datatypes? Thanks!