$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-10-27 22:28:31
At 03:01 AM 10/27/02, Aleksey Gurtovoy wrote:
>Beman Dawes wrote:
>> By the way, several compiler writers say they are implementing
>> support for type traits as they near standardization. One
>> compiler writer said he was doing it by adding built-in functions
>> with leading underscores (I guess like "__is_pod(...)").
>
>I hope these would be *meta*-functions, i.e.
>
> template< typename T > struct __is_pod { /* ... 'type/value' members */
>};
No, it is only an attempt to introduce what is required to support John's
Type Traits proposal.
--Beman