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 , 8 years ago
| Component: | integer → config |
|---|---|
| Owner: | changed from to |
comment:2 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Moved to https://github.com/boostorg/config/issues/233