
On 9/20/05, boost-users-request@lists.boost.org < boost-users-request@lists.boost.org> wrote:
Message: 2 Date: Mon, 19 Sep 2005 12:35:08 -0500 From: "Lee Crabtree"
Subject: [Boost-users] trouble with boost::assign To: boost-users@lists.boost.org Message-ID: Hi, I'm trying initialize a static map with map_list_of. Something along the lines of:
map
blarg = map_list_of(1, 2); However, when I go to compile, I receive the following error:
... Lee Crabtree
Can't help you with the error, unfortunately, but just wondering - does this
map *remain* static after initialization? ie Do you do any inserts or
deletes after init? I wrote a static_map