Comment on The time complexity of the libc++ deque push_front implementation is O(log n)parentComments−brandmeyer4yGDB has a pluggable pretty-printing system.http://sourceware.org/gdb/wiki/STLSupportThat doesn't necessarily help if you are backtracing from your own lambda up through some <algorithm>. But it does help many other use cases with the standard library.
Comments
GDB has a pluggable pretty-printing system.
http://sourceware.org/gdb/wiki/STLSupport
That doesn't necessarily help if you are backtracing from your own lambda up through some <algorithm>. But it does help many other use cases with the standard library.