Opened 14 years ago
Closed 13 years ago
#2166 closed Bugs (fixed)
Using Microsoft's PREfast tool on boost raises a minor cosmetic issue
| Reported by: | Owned by: | Ronald Garcia | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | None |
| Version: | Boost 1.35.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
Line 162 of boost/libs/detail/utf8_codecvt_facet.cpp is the following:
*from++
++ has higher precedence that *, so the dereferencing operator is ignored by the compiler
Change History (2)
comment:1 by , 14 years ago
| Owner: | set to |
|---|
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [53435]) Remove unnecessary operator.
Fixes #2166.