Skip to content

Const correct usage of `DataObjectHandle<T>::get`

Be more explicit about getting const objects from the event store (in preparation of DataObjectHandle<T>::get returning T const* instead of T*) and when this rule is broken (instead of implicitly (ab)using the T* return type)

Merge request reports

Loading