Opened 11 years ago
Closed 10 years ago
#6594 closed Bugs (fixed)
Actually return from wrapper instead of undefined behaviour
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Workaround for VACPP in boost/test/utils/basic_cstring/basic_cstring.hpp
contains invalid code with undefined behaviour causing failure when run.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | basic_cstring.hpp.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch basic_cstring.hpp to fix fall-through end of function returning a value.