#434 Incorrect use of dune_static_assert
Metadata
Property | Value |
---|---|
Reported by | Jö Fahlke (jorrit@jorrit.de) |
Reported at | Oct 2, 2008 15:40 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Oct 2, 2008 15:45 |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Oct 2, 2008 15:45 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | sorry for the inconvience, that patch was sleeping on my harddisk and I forgot to commit it. |
Description
with g++ -std=c++0x static_assert is now a compiler feature which means that things like "dune_static_assert(hurz, "something" << "some more")" will now trigger compiler errors. They weren't even correct before.