Trying to use boost/date-time in MSVC 7.1 in 'strict' mode option /Za 'disable
language extensions' it seems that

boost::int64_t isn't available.

After a journey through the labryinthine config modules, I have got compiling
with

#define BOOST_HAS_MS_INT64 // required if language extensions disabled /Za.

as the first statement.

but I am unclear if this is a deficiency in either boost/cstdint and/or
date-time/compiler_config.hpp

or in my understanding of the MS option

but it might be worth documenting somewhere, perhaps as a comment in
cstdint.hpp?

Paul


Paul A Bristow, Prizet Farmhouse, Kendal, Cumbria, LA8 8AB  UK
+44 1539 561830   Mobile +44 7714 33 02 04
mailto:[EMAIL PROTECTED]

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to