From: Duane Murphy (duanemurphy_at_[hidden])
Date: 2002-01-15 22:22:09


--- 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