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 , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [82172]) FIx bug in conversion of some std::array implementations (refs #7799)