$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-01-27 19:16:45
While rebuilding code that uses is_empty<>, I have run across a whole
slew of new errors with the latest CVS image and bcc 5.5.1. They are
as follows:
[C++ Error] broken_compiler_spec.hpp(86): E2238 Multiple declaration
for 'remove_const<const bool>'
[C++ Error] broken_compiler_spec.hpp(86): E2238 Multiple declaration
for 'remove_volatile<volatile bool>'
[C++ Error] broken_compiler_spec.hpp(86): E2238 Multiple declaration
for 'remove_cv<const bool>'
This continues on for quite some time. I hope I'm not missing something
obvious.
Dave