$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eddielee_at_[hidden])
Date: 2006-03-28 21:15:46
In the lambda documentation, at the end of the "Construction and
destruction" section, the wrapped expression for "delete_array()(p)" is
given as "delete p[]". It should be "delete[] p".