$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-06-12 06:35:31
I'm seeing problems with the operators library when trying to compiler
rational_test.cpp with VC6:
Microsoft (R) 32-bit C/C++ Standard Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
rational_test.cpp
../../boost/operators.hpp(706) : error C2182: '__formal' : illegal use of
type 'void'
../../boost/operators.hpp(707) : error C2182: '__formal' : illegal use of
type 'void'
../../boost/operators.hpp(708) : error C2182: '__formal' : illegal use of
type 'void'
../../boost/operators.hpp(709) : error C2182: '__formal' : illegal use of
type 'void'
../../boost/type_traits/ice.hpp(80) : fatal error C1506: unrecoverable
block scoping error
Anyone have any ideas?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/