Skip to content

Use enum instead of trait object for the value store.

Matthieu Gautier requested to merge static_dispatching_value_store into main

This allow us to use trait with generic.

This is kind of revert of 31c7fe12.

Merge request reports