$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Knowles (gknowles_at_[hidden])
Date: 2004-07-10 16:35:31
> From: Vladimir Prus [mailto:ghost_at_[hidden]]
>
> As Andras Erdei the gap between people who know about special
> properties of operator(), and those who know that overloaded
> version does not have that properties is very, very narrow.
FWIW, I knew that a comma was a sequence point from experience with C but
didn't know (never thought about) that it lost that property when overloaded
in C++.
Glen