$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2006-10-26 20:25:24
I am having a weird problem using the boost assignment library with Visual
Studio 7.1. When I type the following code:
std::map<std::string, std::string> myMap =
boost::assign::map_list_of
my IDE freezes as soon as I type the left parenthesis. Has anyone ever seen
this behavior before, and if so is there anything I can do about it?
Joe Gottman