Opened 12 years ago

Closed 12 years ago

#4861 closed Bugs (fixed)

Typo in vector_expression.hpp breaks tests after r66578

Reported by: Jim Bell <jim@…> 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)

vector_expression_r66578.patch (1.1 KB ) - added by Jim Bell <jim@…> 12 years ago.

Download all attachments as: .zip

Change History (3)

by Jim Bell <jim@…>, 12 years ago

comment:1 by Jim Bell <jim@…>, 12 years ago

Owner: changed from Gunter to David Bellot

comment:2 by David Bellot, 12 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.