$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-11-24 12:17:59
> Thanks now it is working :D but now i am getting error Miltiple
> declaration for 'element<N,T>' (line 156 in tuple_basic.hpp) and
> Eariler declaration of 'element<N,T>'(line 141 in tuple_basic.hpp)
>
> Any idea?
The tuple tests all work for me with Borland 5.5.1 and 5.6.4, so I'm
confused, are you using a weird Borland C++ version? Unpatched maybe? What
does __BORLANDC__ report: it should be 0x564.
John.