
30 May
2008
30 May
'08
8:44 a.m.
in end_impl.hpp (at the very bottom) static type call(Sequence& t) { return type(); } The unused t causes a hideous amount of warnings (gcc4.1.2). Took me 15 mins trying to find my error til I discovered that those pages of output were not really an error message but 'only' a (very annoying) warning. Please fix this. Thank you. Best regards Christoph