
15 Oct
2004
15 Oct
'04
12:19 a.m.
On Thu, 2004-10-14 at 13:38, Jon A. Cruz wrote:
Mental, I think gcc bugzilla bug #9865 might have a clue. We might need to add a partial specialization like template <typename T> class List<T &>
Yep; thanks.
I think that's it.
I'd originally avoided including another specialization because I don't like duplicated code and I was under the erroneous impression that the <T const> specialization would cover it.
-mental