Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2004-09-14 03:24:54


Joaquín Mª López Muñoz writes:
> The problem (see for instance http://tinyurl.com/4j87e) seems to be a
> trivial confusion with the digraph <:
>
> I guess all it takes to fix this is to rewrite line 35 in
> alignment_of_test.cpp
>
> #define ALIGNOF(x) align_calc<x>::get()
>
> as
>
> #define ALIGNOF(x) align_calc< x>::get()
>
> (note the extra blank). OK to commit?

Yes, please! (It's a bug in the compiler/preprocessor, of course).

-- 
Aleksey Gurtovoy
MetaCommunications Engineering

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