#567 BufferedCommunicator in ISTL the compiler fail
Metadata
| Property | Value |
|---|---|
| Reported by | Andreas Lauser (andreas.lauser@iws.uni-stuttgart.de) |
| Reported at | Jun 22, 2009 14:34 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Linux |
| Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Last edited at | Jun 22, 2009 14:42 |
| Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Closed at | Jun 22, 2009 14:42 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | patch applied |
(rev 1028) |
Description
It seems like EnableIf was removed recently. this causes the BufferedCommunicator in ISTL to fail. replacing EnableIf by enable_if and ::Type by ::type fixes this.