Skip to content

[doc] Document breaking change to ScalarProduct interface

Steffen Müthing requested to merge bug/document-scalarproduct-change into master

!421 (merged) changed the signature of the methods dot() and norm() in ScalarProduct, making them const. This breaks compilation of existing user implementations, so let's document that change.

Merge request reports