
21 Sep
2004
21 Sep
'04
8:21 p.m.
"Pavel Vozenilek" <pavel_vozenilek@hotmail.com> wrote in message news:ciq1b6$vla$1@sea.gmane.org... | | "Thorsten Ottosen" wrote: | | > I have made this change as | > | > #if BOOST_WORKAROUND(BOOST_MSVC, <= 1200) | > | You probably mean | | #if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) // VC7.0 and less ah yes! thanks Thorsten