$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Krügler (dsp_at_[hidden])
Date: 2005-08-26 08:06:01
Several functors in Boost.Algorithm do not fulfill CopyConstructable
requirements, e.g.
case_conv.hpp: to_lowerF, to_upperF
formatter_regex.hpp: regex_formatF
I propose to replace their reference members by either corresponding
pointers or by boost::reference<>'s.
Greetings from Bremen,
Daniel Krügler