Index: ChangeLog
from simon odou <simon(a)lrde.epita.fr>
* oln/core/entry.hh: g++-3.4 compliance.
entry.hh | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
Index: oln/core/entry.hh
--- oln/core/entry.hh (revision 43)
+++ oln/core/entry.hh (working copy)
@@ -48,9 +48,11 @@
template <typename E>
struct image_entry :
- public props < cat::image, E
>::image_constness::inherits<E>::ret,
- public props < cat::image, E
>::image_dimension::inherits<E>::ret
- // ...
+ public props < cat::image, E >::image_constness
+ ::template inherits<E>::ret,
+ public props < cat::image, E >::image_dimension
+ ::template inherits<E>::ret
+ // ...
{
protected:
image_entry() {}
Show replies by date