"Jaap Suter" <[EMAIL PROTECTED]> writes:

>> using std::size_t;
>
> Seeing this, I'm wondering what the boost policy on the use of size_t is.
> I'm using it all over the place, and treating it as a built-in. I'm neither
> including anything or using a namespace. Is this wrong?

Yes. size_t is defined in <cstddef> (or <stddef.h>, for philistines).

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to