Skip to content
Snippets Groups Projects
Commit 4ae9d8d1 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[gmpfield.hh]

Remove cast operator that caused Clang warnings.
This fixes FS#1207.

Kudos to Ansgar Burchardt for the patch.

[[Imported from SVN: r7064]]
parent 16062e07
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Copyright holders:
2003--2010 Peter Bastian
2004--2012 Markus Blatt
2011 Ansgar Burchardt
2011--2012 Ansgar Burchardt
2004--2005 Adrian Burri
2006--2012 Andreas Dedner
2003 Marc Droske
......
......@@ -50,11 +50,6 @@ namespace Dune
{
return this->get_d();
}
operator mpf_class () const
{
return static_cast<const mpf_class&>(*this);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment