$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Pfützner (s.pfuetzner_at_[hidden])
Date: 2005-04-14 14:34:02
Hello,
is the following code correct?
#include <boost/logic/tribool.hpp>
using namespace boost;
using namespace boost::logic;
int main()
{
tribool tb;
tribool &rtb = tb;
rtb = indeterminate;
}
My Visual C++ Compiler 7.1 says "INTERNAL COMPILER ERROR".
If i comment out "using namespace boost;" everything works fine...
-- Sebastian Pfützner s.pfuetzner_at_[hidden] ICQ-ID: 39965036