Remove forbidden downcast
Compare changes
Files
2- Carsten Gräser authored
These constructors and assignments from base class are all using a downcast which may result in undefined behaviour. Since this is potentially dangerous and not used anywhere in the core modules, this patch removes those methods.
+ 0
− 27
@@ -426,27 +426,6 @@ namespace Dune {
@@ -510,12 +489,6 @@ namespace Dune {