Opened 10 years ago

Closed 10 years ago

#7799 closed Bugs (fixed)

std::array optimizations are not used

Reported by: Antony Polukhin Owned by: Antony Polukhin
Milestone: To Be Determined Component: lexical_cast
Version: Boost 1.52.0 Severity: Problem
Keywords: Cc:

Description

There is an error of macro usage in lexical_cast. We shall check only for CXX11 array availability, not for TR1.

Change History (3)

comment:1 by Antony Polukhin, 10 years ago

(In [82172]) FIx bug in conversion of some std::array implementations (refs #7799)

comment:2 by Antony Polukhin, 10 years ago

(In [82187]) Fix bug in array conversion test (refs #7799)

comment:3 by Antony Polukhin, 10 years ago

Resolution: fixed
Status: newclosed

(In [82224]) Merge from trunk

  • Fixes #7799 (optimizations with std::array were not used)
  • Fixes #7831 (documentation update)
Note: See TracTickets for help on using tickets.