
23 Oct
2006
23 Oct
'06
3:46 a.m.
"Chris Thomasson" <cristom@comcast.net> wrote in message news:ehhbkk$gr4$1@sea.gmane.org...
DOH!!!
I found a killed a bug. It only existed in the C++ Abstraction API. It has to do with the fact that pointers to user objects are contained in the userstate<T>::m_state member. I was returning a pointer to the userstate<T>, rather than the userstate<T>::m_state member in the following functions:
Did anyone else notice (e.g., seg-fault) this little bugger? Man, it slipped under my radar!