#460 Can't include tuples.hh
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Nov 11, 2008 10:48 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Nov 12, 2008 10:24 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Nov 12, 2008 10:24 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | Revision 5356 fixed the problem. Thank you! I propose to get rid of that compatibility stuff as quickly as possible. |
Description
The recent macros-to-classes change in tuples.hh seems to be buggy. Witness parsetest.cc
In file included from parsetest.cc:41:
../../dune/common/tuples.hh: At global scope:
../../dune/common/tuples.hh:392: error: expected type-specifier before ‘Nil’
../../dune/common/tuples.hh:392: error: expected ‘>’ before ‘Nil’
../../dune/common/tuples.hh:396: error: ‘T3’ was not declared in this scope
../../dune/common/tuples.hh:396: error: ‘T4’ was not declared in this scope
../../dune/common/tuples.hh:396: error: ‘T5’ was not declared in this scope
../../dune/common/tuples.hh:396: error: ‘T6’ was not declared in this scope
../../dune/common/tuples.hh:396: error: ‘T7’ was not declared in this scope
etc.