16 Jan
2002
16 Jan
'02
3:22 a.m.
--- At Tue, 15 Jan 2002 21:20:59 -0500, Jeremy Siek wrote:
Why don't you create your associative array-like interface via free-functions in terms of boost::array itself? Member functions are lame anyways ;)
I'm assuming this was tongue-in-cheek. I can already do everything as free functions, but the code is getting messy and reusability is suffering. Besides how do I do an operator[] as a free function. :-) ...Duane