j
k
j a
j l
David Abrahams wrote:
<sigh> Fine, here's a complete, compilable example. <snip> private: void increment() { base() = base()->next(); } ^^^^ void decrement() { base() = base()->prev(); } ^^^^
<sigh> Fine, here's a complete, compilable example. <snip>
private: void increment() { base() = base()->next(); } ^^^^ void decrement() { base() = base()->prev(); } ^^^^
Shouldn't these be base_reference()? -- Daniel Wallin
Back to the thread
Back to the list