boostorg / qvm

Boost Quaternions, Vectors, Matrices library
Boost Software License 1.0
82 stars 43 forks source link

Is QVM meant to work in C++03 compilation mode #29

Closed eldiener closed 3 years ago

eldiener commented 3 years ago

I thought I had previously found in the documentation that qvm requires the C++ standard compilation level to be C++11, but I can no longer find it. I know if I compile qvm at the C++03 level with the latest release of gcc-10.2 I get a number of errors. Is qvm supposed to require C++11 or not ?

zajo commented 3 years ago

Yeah I should add a note to the documentation, QVM works on C++03.

eldiener commented 3 years ago

It does compile at the C++03 level without errors. It was my previous mistake to say that it did not.