$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: asterixthegaul2003 (craig.jackson_at_[hidden])
Date: 2003-05-09 12:54:58
--- In Boost-Users_at_[hidden], "asterixthegaul2003"
<craig.jackson_at_m...> wrote:
...
> I then tried to compile using the C++Builder IDE and I get the
> following compile errors:
>
> [C++ Error] tuple_basic.hpp(158): E2238 Multiple declaration
> for 'element<N,T>'
> [C++ Error] tuple_basic.hpp(143): E2344 Earlier declaration
> of 'element<N,T>'
FYI... I solved my own problem.
It appears that BCB6 wasn't having trouble with the BGL, but rather
the tuple library.
Installing BCB6 Update #4 seems to have fixed the problem.
Craig