Skip to content

included definitions vector now contains a DefinitionData instead of a DefinitionRef

Since the only way to delete a DefinitionData is to use Repository::reload() which also empties the array of included definitions, keeping raw pointers to DefinitionData is safe.

Merge request reports