Opened 14 years ago
Closed 14 years ago
#2257 closed Bugs (fixed)
multi_index uses `unsigned long long' instead of `ulong_long_type'
Reported by: | Owned by: | Joaquín M López Muñoz | |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | multi_index |
Version: | Boost 1.36.0 | Severity: | Problem |
Keywords: | Cc: |
Description
please change boost/multi_index/detail/uintptr_type.hpp:42 to use ulong_long_type, g++ -pedantic will fail to compile it otherwise.
Note:
See TracTickets
for help on using tickets.
(In [48444]) fixed #2257