Boost logo

Boost :

From: Paul A. Bristow (boost_at_[hidden])
Date: 2003-08-30 08:36:25


Thanks. Paul

| -----Original Message-----
| From: boost-bounces_at_[hidden]
| [mailto:boost-bounces_at_[hidden]]On Behalf Of John Maddock
| Sent: Friday, August 29, 2003 2:01 PM
| To: Boost mailing list
| Subject: Re: [boost] int64_t with MSVC 7.1 & 'strict' /Za option
|
|
| > 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?
|
| Apparently __int64 does work with /Za, so I've changed boost.config to
| enable it in that case - it should fix your date/time problems as well.
|
| John.
|
|
| _______________________________________________
| Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
|
|


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