Fix registrytest by properly including config.h
Summary
In the registrytest
the config.h
file was not included. This changed the behavior of className()
. Due to a recent cleanup in dune-common this now leads to errors. This MR fixes the broken registrytest by including the config.h
file and explicitly deactivating the class-name demangle to allow an easy comparison of type names.