
29 Oct
2004
29 Oct
'04
3:11 p.m.
On Fri, 29 Oct 2004 03:04:52 -0700, Cory Nelson wrote
it seems like time.hpp isn't finding the "special_values" type.
when compiling with vc7.1 i get this error:
C:\Boost\include\boost-1_32\boost\date_time\time.hpp(63) : error C2146: syntax error : missing ')' before identifier 'sv'
Yep, it looks like time.hpp needs to include special_defs.hpp -- however, this problem doesn't come up because most folks are including headers from posix_time which in turn includes these first. What are you actually including? Jeff