14 Nov
2008
14 Nov
'08
4:06 p.m.
I am porting some inherited code to MSVS 2008 This is also bringing along an upgrade from boost 1.32 to a newer version (probably 1.37). I have found a thread wrapper class in the code that uses time_to directly. This is defined in lib/thread/src/timeconv.inl and doesn't look like its meant to be used directly. The original code base has timeconv.inl in the boost include directory. Was timeconv.inl moved at some point in the past? Is this as bad as I think it is? thanks dan