Opened 12 years ago
Closed 12 years ago
#4354 closed Patches (fixed)
patch for compilation warning
Reported by: | Owned by: | Frank Mori Hess | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | signals2 |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
An empty else statement warning easily fixed by changing
else
;
into
else {
;
}
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | patchfile.patch added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This patch was applied five months ago, and merged to the release branch in [65002], and was part of the 1.45.0 release.
Closing.
Note:
See TracTickets
for help on using tickets.
patch