Hello, I was trying to use void FieldContainer::subChangedFunctor(FunctorT func) and since I ran into compilation problems I did a little research and it turns out that bool operator == for boost::function objects is not, and will not be supported. See: http://www.boost.org/doc/libs/1_47_0/doc/html/function/faq.html So I guess I will need to use the string version ... encoding the pointers to an object and one of its member function into the string should be enough to uniquely identify right?
Aloha, Andi ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
