$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-01-14 04:49:13
Robert Ramey wrote:
> To really understand this, you'll have to dig into a little used
> section of one of your C++ references.
For this purpose, I recommend Scott Meyers's Effective STL. "Item 6: Be
alert for C++'s most vexing parse." covers this very problem.
Sebastian Redl