$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-09-08 08:44:07
What happened to the iostreams library? It worked fine for those compilers 
in 1.33.0 as can be seen on http://tinyurl.com/76dqz, but now most tests 
fail with the following error message:
    cxx -c -std strict_ansi -nopure_cname -noimplicit_include 
-timplicit_local -ptr 
"/house/schoepf/boost/regression/results/bin/boost/libs/iostreams/test/auto_close_test.test/tru64cxx71-006/debug/cxx_repository" 
  -msg_display_number -msg_disable 186,450,1115  -DBOOST_IOSTREAMS_NO_LIB 
-g3 -O0 -inline none -version V7.1-006 -ieee  -gall -D__CNAME_OVERLOADS 
-model ansi 
-I"/house/schoepf/boost/regression/results/bin/boost/libs/iostreams/test" 
  -I"/house/schoepf/boost/regression/boost"  -o 
"/house/schoepf/boost/regression/results/bin/boost/libs/iostreams/test/auto_close_test.test/tru64cxx71-006/debug/auto_close_test.o" 
 
"/house/schoepf/boost/regression/boost/libs/iostreams/test/auto_close_test.cpp" 
cxx: Error: 
/house/schoepf/boost/regression/boost/boost/iostreams/chain.hpp, line 427: #29
           expected an expression
     { return chain_->component_type<N>(); }
---------------------------------------^
cxx: Error: 
/house/schoepf/boost/regression/boost/boost/iostreams/chain.hpp, line 431: 
#254
           type name is not allowed
     { return chain_->component<T>(n); }
-------------------------------^
cxx: Error: 
/house/schoepf/boost/regression/boost/boost/iostreams/chain.hpp, line 436: 
#254
           type name is not allowed
     { return chain_->component<N, T>(); }
----------------------------------^
cxx: Error: 
/house/schoepf/boost/regression/boost/boost/iostreams/chain.hpp, line 436: #29
           expected an expression
     { return chain_->component<N, T>(); }
-------------------------------------^
cxx: Info: 4 errors detected in the compilation of 
"/house/schoepf/boost/regression/boost/libs/iostreams/test/auto_close_test.cpp".
Does this ring a bell with anyone?
Markus