[EMAIL PROTECTED] (Hartmut Kaiser) writes:

>
> //  The following expands to   
> //
> //    typedef char (&sizeN_t)[N];
> //
> //  for N = 1..BOOST_MAX_SIZETYPE_COUNT
> #define SIZETYPE(z, n, nil) \
>       typedef char (&size ## n ## _t)[n]; \
>       /**/

Careful; isn't the symbol "_t" reserved to the implementation in this context?

-- 
                       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