#1695 uggrid.cc does not build with gcc-4.4
Metadata
Property | Value |
---|---|
Reported by | Carsten Gräser (graeser@math.fu-berlin.de) |
Reported at | Jul 11, 2015 05:57 |
Type | Bug Report |
Version | Git (pre2.4) [cmake] |
Operating System | Unspecified / All |
Last edited by | Carsten Gräser (graeser@math.fu-berlin.de) |
Last edited at | Aug 19, 2015 12:27 |
Closed by | Carsten Gräser (graeser@math.fu-berlin.de) |
Closed at | Aug 19, 2015 12:27 |
Closed in version | 2.4 |
Resolution | Won't fix |
Comment | This will not be fixed in 2.4. In 3.0 this will no longer be an issue because we will surely not support gcc-4.4. |
Description
When building the 2.4 release branch of dune-grid with gcc-4.4 (Ubuntu 64bit) I get the attached error related to uggrid.cc.
Somehow the compiler fails to match the SFINAE versions of getChildrenOfSubface() and setPosition() with their declarations.