Skip to content
Snippets Groups Projects
Commit b154c301 authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by Carsten Gräser
Browse files

[release] Use "0" instead of "nullptr" for GCC 4.4.


This closes FS#1651.

(cherry picked from commit 6552b897)
Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
parent ee8de2e9
Branches
Tags
1 merge request!2512017-05 merge of upstream repository
......@@ -80,7 +80,7 @@ namespace Dune
//! Construct from signed int
template<typename Signed>
bigunsignedint (Signed x, typename std::enable_if<std::is_integral<Signed>::value && std::is_signed<Signed>::value>::type* = nullptr);
bigunsignedint (Signed x, typename std::enable_if<std::is_integral<Signed>::value && std::is_signed<Signed>::value>::type* = 0);
//! Construct from unsigned int
bigunsignedint (std::uintmax_t x);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment