Boost logo

Boost :

From: Jeff Garland (jeff_at_[hidden])
Date: 2002-10-14 11:28:19


> Index: libs/date_time/test/testtime_resolution_traits.cpp
> ===================================================================
> RCS file:
> /cvsroot/boost/boost/libs/date_time/test/testtime_resolution_traits.cpp,v
> retrieving revision 1.4
> diff -r1.4 testtime_resolution_traits.cpp
> 46c46
> < nano_res::to_tick_count(0,1,0,0) == 60000000000);
> ---
> > nano_res::to_tick_count(0,1,0,0) == 60000000000LL);
>
> I am not sure if this should be applied across the board or in an:
> #if defined(__GNUC__) && __GNUC__ < 3
>

Thanks, change to CVS with the GNUC guard.

Jeff


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