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: will4wright@… 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 Marshall Clow, 14 years ago

Owner: set to Ronald Garcia

comment:2 by Vladimir Prus, 13 years ago

Resolution: fixed
Status: newclosed

(In [53435]) Remove unnecessary operator.

Fixes #2166.

Note: See TracTickets for help on using tickets.