Hi Boosters!
I have been trying to use those libraries together. To be concrete, I
want to have a variant of boost::statechart::event derived classes.
The problem is that when I try to compile it I receive a lot of error
messages, but the important ones say that there is no match for
"operator new".. I mean, variant is calling a prototype of operator
new that event doesn't offer.
This is the error that I get:
/usr/include/boost/variant/variant.hpp: In constructor
'boost::variant