Forum: C++ Jan 3rd, 2009 |
| Replies: 4 Views: 473 A ha! Thank you very much for your replies! |
Forum: C++ Dec 30th, 2008 |
| Replies: 4 Views: 473 If you recall in the implementation of list:
struct list_node_base {
list_node_base* next
list_node_base* prev
...
void hook(const list_node_base*); |