
5 Apr
2007
5 Apr
'07
2:53 p.m.
Is there something wrong with longer names? I prefer being able to write ilist to Intrusive::list That's where we differ.
I agree with steven here, especially since I use the prefix "i" to identify interfaces (abstract classes). It is always easy and possible to shorten stuff with macros, the other way round is not so easy.
Just to throw it out there, the usage intrusive::vector would be inconsistent with, for example, the ptr_container library, which uses ptr_vector instead of ptr_container::vector. -Lewis