
22 Apr
2004
22 Apr
'04
7:01 p.m.
On Thu, 22 Apr 2004 09:53:30 -0700, Robert Ramey wrote
I have recently got the polymorphic array working on my machine. Only a couple really small changes to the library code were required. For the list of primitive types I included all portable C++ primitive types. (that is no long long, __int64 etc.)
Use boost::int64_t and boost::uint64_t and all your problems will be solved :-) Date-time uses these and it works fine on all the boost test platforms. Jeff