Boost logo

Boost :

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.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk