boostorg / qvm

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

Add documentation for to_string #45

Closed octopus-prime closed 11 months ago

octopus-prime commented 12 months ago

QVM supports conversion to std::string by boost::qvm::to_string(). But in the documentation 'to_string' occurs exactly 0 times. Perhaps it is a good idea to add this function to the documention. (with the required include <boost/qvm/to_string.hpp> to prevent linker errors) Thanks.