Opened 12 years ago
Closed 12 years ago
#4861 closed Bugs (fixed)
Typo in vector_expression.hpp breaks tests after r66578
| Reported by: | Owned by: | David Bellot | |
|---|---|---|---|
| Milestone: | Boost 1.46.0 | Component: | uBLAS |
| Version: | Boost Development Trunk | Severity: | Regression |
| Keywords: | scalar_addtion vector_expression.hpp accumulators | Cc: | jim@… |
Description
r66578's change to vector_expression.hpp has two mistakes: scalar_addtion (line 1174) appears to be a typo, but scalar_addition isn't defined either.
Empirically, it seems it should be scalar_plus, in two places: lines 1174 and 1178.
Everything from r66578 and beyond is breaking (e.g., accumulators/covariance, accumulators/pot_quantile, etc.)
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | vector_expression_r66578.patch added |
|---|
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

removed incomplete feature. Will add it later when it works :-)