Opened 12 years ago

Closed 4 years ago

#5047 closed Bugs (fixed)

cstdint.hpp is lacking SIZE_MAX

Reported by: Mathias Gaunard Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost 1.46.0 Severity: Problem
Keywords: stdint size_t SIZE_MAX C99 Cc:

Description

Header cstdint.hpp is lacking the constant SIZE_MAX that is normally defined in stdint.h.

Since cstdint.hpp is supposed to be a portable C++ port of the standard C99 header stdint.h, I believe that missing constant should be added.

Change History (2)

comment:1 by viboes, 8 years ago

Component: integerconfig
Owner: changed from Daryle Walker to John Maddock

comment:2 by John Maddock, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.