Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-10-27 03:01:21


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 */ };

Aleksey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk