$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-01-09 13:52:57
I tried to compile function_ptr_test.cpp with Intel C++ 5.0, and it didn't
like this code: (simplified)
template<class T> void f(T const & t);
void g();
f(g);
Is icl 5 right in rejecting this? (a non-const reference works.)
-- Peter Dimov Multi Media Ltd.