]> git.tdb.fi Git - libs/gl.git/commitdiff
Add multiplication operators between Matrix and float
authorMikko Rasa <tdb@tdb.fi>
Wed, 30 Dec 2020 15:09:15 +0000 (17:09 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 30 Dec 2020 15:09:15 +0000 (17:09 +0200)
Newer gcc versions are complaining about an ambiguity between the vector
multiplication operators in GL::Matrix and the scalar multiplication for
LinAl::Matrix.


No differences found