Message: 2
Date: Mon, 19 Sep 2005 12:35:08 -0500
From: "Lee Crabtree" <lcrabtree@goisi.com>
Subject: [Boost-users] trouble with boost::assign
To: boost-users@lists.boost.org
Message-ID: <dgmsos$amg$1@sea.gmane.org>
Hi, I'm trying initialize a static map with map_list_of. Something along the
lines of:
map<int,int> blarg = map_list_of(1, 2);
However, when I go to compile, I receive the following error:
Lee Crabtree