$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Howard Hinnant (hinnant_at_[hidden])
Date: 2000-10-15 20:39:12
Jesse Jones wrote on 10/15/2000 9:34 PM
> As far as I'm concerned a char* const *is* a regular pointer.
Just to add my .02: If is_pointer<T>::value returns false. I expect T
to _not_ be a pointer. Clearly, char* const _is_ a pointer.
The same argument goes for is_integral, is_floating, etc.
-Howard