Opened 10 years ago
Closed 10 years ago
#7909 closed Feature Requests (fixed)
Add support for conversions of int128 types
Reported by: | Antony Polukhin | Owned by: | Antony Polukhin |
---|---|---|---|
Milestone: | Boost 1.54.0 | Component: | lexical_cast |
Version: | Severity: | Problem | |
Keywords: | int128_type uint128_type lexical_cast | Cc: |
Description
boost::int128_type and boost::uint128_type must be convertible by lexical_cast.
Note:
See TracTickets
for help on using tickets.
(In [82560]) Attempt to add support for lexical conversions of int128 types (refs #7909)