$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-08-15 18:10:36
John Max Skaller wrote:
> Now, I HATE traits libraries, (template equivalent
> of global data .. )
"Traits" class templates in type_traits library are not in any way an
equivalent of global data; they are compile-time "functions" than operate on
types; so there is no reason for hate :).
Aleksey