boost.mixin icon indicating copy to clipboard operation
boost.mixin copied to clipboard

Crash when calling an unregistered message

Open iboB opened this issue 8 years ago • 0 comments

If a message is unregistered (ie no mixin implements it and in the default_msg branch, it doesn't have a default implementation) a crash occurs when it's called for an object. Instead bad_message_call should be thrown.

iboB avatar Jul 27 '15 17:07 iboB