Skip to content
Snippets Groups Projects
Commit 8dcff86f authored by Christian Engwer's avatar Christian Engwer
Browse files

fix specilization of std::numeric_limits

[[Imported from SVN: r6214]]
parent 8747b906
No related branches found
No related tags found
No related merge requests found
......@@ -552,11 +552,10 @@ namespace Dune
namespace std
{
template<class T> struct numeric_limits;
template<int k>
struct numeric_limits<Dune::bigunsignedint<k> >
class numeric_limits<Dune::bigunsignedint<k> >
{
public:
static const bool is_specialized = true;
static Dune::bigunsignedint<k> min()
......
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