
16 Oct
2004
16 Oct
'04
9:53 p.m.
Eric Niebler wrote:
Tobias Schwinger wrote:
That this won't work:
typedef typename boost::add_const<typename T::head_type> type;
This is not legal.
Of course. Sorry for any confusion, I just mistyped it. Overthis, there is no such (removed) line in the diff this could refer to. I actually meant: typedef typename boost::add_const<typename T::head_type>::type type; Grabbed it from my editor window, this time - just in case... ;+).