Ticket #4482: integer.patch

File integer.patch, 549 bytes (added by artyomtnk@…, 12 years ago)
  • boost/cstdint.hpp

    diff -rupN boost_1_43_0/boost/cstdint.hpp boost_vms_1_43_0/boost/cstdint.hpp
    old new namespace boost  
    137137
    138138} // namespace boost
    139139
    140 #elif defined(__FreeBSD__) && (__FreeBSD__ <= 4) || defined(__osf__)
     140#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4) || defined(__osf__) || defined(__VMS)
    141141// FreeBSD and Tru64 have an <inttypes.h> that contains much of what we need.
    142142# include <inttypes.h>
    143143