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.

Change History (3)

comment:1 by Antony Polukhin, 10 years ago

(In [82560]) Attempt to add support for lexical conversions of int128 types (refs #7909)

comment:2 by Antony Polukhin, 10 years ago

(In [82561]) Documentation update (refs #7909)

comment:3 by Antony Polukhin, 10 years ago

Resolution: fixed
Status: newclosed

(In [83114]) Merge from trunk:

  • Silence some buggy VS warnings (fixes #7949)
  • Fix -Wconversion warnings (fixes #2558)
  • Added support for int128 conversions (fixes #7909)
Note: See TracTickets for help on using tickets.