
Andrew Hundt wrote:
Yes, I had proposed StaticVector.
Here is the repository: https://github.com/ahundt/Boost.StaticVector
Here is a link to the original discussion via google groups: https://groups.google.com/d/topic/boost-developers-archive/4n1QuJyKTTk/discu...
I would be interested in working with you to complete either my version or yours. Did you have any thoughts or questions regarding my implementation? There are a few items related to my implementation on the github ticket list that came from the discussion thread that need resolving before the next round, but nothing too bad.
Ok, I've moved my implementation here, if you like to check it out: https://svn.boost.org/svn/boost/sandbox-branches/geometry/index/boost/geomet... This is all I need in my use case (I don't need insert() or erase()). Later if the official one is finished I'll probably use it instead of this one. Regards, Adam