$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [phoenix3] Conflict with fusion::at and stl::at
From: Denis Taniguchi (taniguchi_at_[hidden])
Date: 2010-09-01 13:11:12
Hi,
The following code doesn't seem to compile, with phoenix3 trunk
(revision 65168):
#include <boost/phoenix/stl/container.hpp>
#include <boost/phoenix/fusion/at.hpp>
int main()
{
return 0;
}
Since it's a design issue (both fusion::at and stl::at are visible in
boost::phoenix), I'm not submitting a patch.
Best regards,
Denis