Fix registrytest by properly including config.h
All threads resolved!
All threads resolved!
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.
Merge request reports
Activity
added bug label
- Resolved by Christian Engwer
mentioned in commit f0cd25f2
Please register or sign in to reply