$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Rob Caldecott (robert.caldecott_at_[hidden])
Date: 2005-09-15 02:56:28
Fixed. I had a "#define HT" in one of my headers which conflicted with a
HT template found in tuple.hpp.
"Alan M. Carroll" <amc_at_[hidden]> wrote in message
news:6.2.0.14.2.20050914121741.020e6a40_at_network-geographics.com...
> Are you sure you replaced all the files? I have MS Visual Studio 2003
> (7.1), Boost 1.33 and have used Boost.Tuple heavily with no compilation
> errors (on the part of Boost -- I generate plenty on my own). I'd try
> including just boost/tuple/tuple.h in a file and seeing if that compiles.