Opened 14 years ago
Closed 14 years ago
#2580 closed Bugs (fixed)
Error in proto/transform/call.hpp
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | proto |
Version: | Boost 1.37.0 | Severity: | Problem |
Keywords: | proto transform call | Cc: |
Description
There is a typographical error in proto/transform/call.hpp that causes the preprocessor to incorrectly expand the call template class for argument lists of length greater than 3.
The error is on line 414. There should be no backslash at the end of the line.
Note:
See TracTickets
for help on using tickets.
This has been fixed on trunk for several weeks, and merged to release. The fix is also available in the separate proto.zip download in the boost file vault, in the Template Metaprogramming directory.
Thanks for the report.