$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: vvasta (vvasta_at_[hidden])
Date: 2002-01-07 05:37:30
I'm trying to use iterator adaptor but I got a couple of errors. My
old compiler complains because the template
function "function_requires" in concept_check.hpp doesn't use the
template parameter in the function parameter list. Is is possible to
change the declaration to something like:
template <class Concept>
inline void function_requires(type<Concept> t = type<Concept>())
maybe adding an ifdef for compilers that don't support this.
Thanks
Vincenzo