Opened 14 years ago
Closed 14 years ago
#2529 closed Patches (fixed)
Extra ';' in make_expr.hpp
Reported by: | David Pol | Owned by: | Eric Niebler |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | proto |
Version: | Boost 1.37.0 | Severity: | Problem |
Keywords: | Cc: |
Description
There are three extra ';' in make_expr.hpp, which cause errors when compiling with gcc using -pedantic.
Attachments (1)
Change History (2)
by , 14 years ago
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [49880]) fix proto::call for callable transforms with >3 arguments, remove unnecessary semicolons from make_expr.hpp, fixes #2529