boostorg / qvm

Boost Quaternions, Vectors, Matrices library
Boost Software License 1.0
81 stars 45 forks source link

Missing `is_scalar<long double>`. #2

Closed sbabbi closed 7 years ago

sbabbi commented 7 years ago

This causes several issues when multiplying a vector by a long double, etc.

zajo commented 7 years ago

Thanks -- done, see latest develop branch.