Opened 7 years ago

Closed 6 years ago

#11759 closed Bugs (fixed)

lexical_cast/detail/converter_lexical_streams.hpp:700: bad expression

Reported by: anonymous Owned by: Antony Polukhin
Milestone: Boost 1.62.0 Component: lexical_cast
Version: Boost 1.59.0 Severity: Problem
Keywords: Cc: dcb314@…

Description

[boost_1_59_0/boost/lexical_cast/detail/converter_lexical_streams.hpp:700]: (style) Same expression on both sides of '=='.

Source code is

BOOST_STATIC_ASSERT_MSG(

(sizeof(boost::array<C, N>) == sizeof(boost::array<C, N>)), "std::array<C, N> and boost::array<C, N> must have exactly the same layout."

Change History (4)

comment:1 by David Binderman <dcb314@…>, 7 years ago

Cc: dcb314@… added
Version: Boost 1.57.0Boost 1.59.0

comment:2 by viboes, 7 years ago

Component: Nonelexical_cast
Owner: set to Antony Polukhin

comment:3 by Antony Polukhin, 6 years ago

Milestone: To Be DeterminedBoost 1.62.0
Status: newassigned

Fixed in develop branch 0bfc6c2d, will move to master branch as soon as all the tests will cycle.

comment:4 by Antony Polukhin, 6 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.