Opened 12 years ago
Closed 12 years ago
#4765 closed Bugs (fixed)
function_template.hpp incorrect placement of inline keyword
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | function |
| Version: | Boost 1.44.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The implementation of operator() has the inline keyword in the after the return type of the function when it should be before. This was detected by FlexeLint.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | function.patch added |
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

patch file to fix issue.