$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-05-29 10:16:14
"Costin Calisov" <costin_at_[hidden]> wrote in message
news:F258FCFE839645D79FA241A0CCAA8EC0_at_mwCostin...
> Are there any other "standard" ways known to disallow inheriting from
> the class except listed in the C++ FAQ LITE?
AFAIK there is no standard compliant way to implement final. At least not
until C++09.
Gennadiy