
I intended for the map to stay completely static, that is, no inserts or
deletes were going to be performed. I was going to use it for barcode
key/value pairs (as in a 0 in Code 39 has the hex code 0x51DD), since there
isn't really an easy way to figure out what goes where. Since I couldn't
figure this out, I had to opt for a static array and an enumeration of the
names in the proper order. Kind of a crock, but you do what you can, I
suppose.
Lee
-----Original Message-----
From: boost-users-bounces@lists.boost.org
[mailto:boost-users-bounces@lists.boost.org] On Behalf Of Gottlob Frege
Sent: Tuesday, September 20, 2005 6:42 PM
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] static maps (was trouble with boost::assign)
On 9/20/05, boost-users-request@lists.boost.org <
boost-users-request@lists.boost.org
mailto:boost-users-request@lists.boost.org > wrote:
Message: 2
Date: Mon, 19 Sep 2005 12:35:08 -0500
From: "Lee Crabtree"