
14 Apr
2005
14 Apr
'05
7:34 p.m.
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@onlinehome.de ICQ-ID: 39965036