$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-12-02 22:14:26
Beman Dawes wrote:
> The problem was that it could be misused:
>
> template<typename T>
> class foo
> {
> require< std::numeric_limits<T>::is_integer >;
> };
>
> This code looks right, but is actually totally ineffective
Hum... I don't see how it can be parsed...
-- Valentin Bonnard