972c640782
* Don't give a broken copy constructor to BehaviorContextObject. This used to be required by the serialization system, now it handles non-copyable and non-moveable types. * Explicitly delete the copy constructor instead of defaulting, which implicitly deletes it. Some compilers complain about such an implicit deletion, and we should be explicit about our intent anyways