j
k
j a
j l
My compiler crashes when I write: bind(&S::bar, &s1); is there some known issue with VS8?
My compiler crashes when I write:
bind(&S::bar, &s1);
is there some known issue with VS8?
Yes, VC8 crashes on incorrect bind expressions. You probably missed some placeholder.
Back to the thread
Back to the list