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 , 7 years ago
| Cc: | added | 
|---|---|
| Version: | Boost 1.57.0 → Boost 1.59.0 | 
comment:2 by , 7 years ago
| Component: | None → lexical_cast | 
|---|---|
| Owner: | set to | 
comment:3 by , 6 years ago
| Milestone: | To Be Determined → Boost 1.62.0 | 
|---|---|
| Status: | new → assigned | 
comment:4 by , 6 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Fixed in develop branch 0bfc6c2d, will move to master branch as soon as all the tests will cycle.