id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6694,cstdint.hpp and integer.hpp don't work correctly on vxWorks 6.3,Ben Craig ,viboes,"cstdint.hpp attempts to figure out how to declare the INT64_C and UINT64_C macros by looking at the values of other declarations like _LLONG_MAX. For _LLONG_MAX, it incorrectly compares against 2^64, instead of 2^63. It should also look at _ULLONG_MAX, and compare it to 2^64. integer.hpp guards some usages of integer_traits on 64 bit types, but it did not guard it with BOOST_NO_INT64_T. I have attached a patch to correct both of these issues.",Bugs,closed,Boost 1.58.0,integer,Boost 1.49.0,Problem,fixed,,