Opened 7 years ago
Closed 5 years ago
#11614 closed Bugs (fixed)
Silence signed/unsigned warning - Patch included
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.59.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
std::numeric_limits<T>::max_exponent10 returns an int. The appended patch silences the compiler warning (and improves const-corectness).
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | real_impl.hpp.patch added |
---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/boostorg/spirit/pull/140