Petar
Petar
As it stands the following overloads seem to be problematic, and restrict the type to work only for real types: ```C++ template constexpr auto abs2(R&& r) { return std::forward(r) *...
I don't want to do your surveys. I don't want popups distracting me on a regular basis asking me to do your surveys. As far as I can tell the...
Using the library in a project fails to compile if the glam feature is enabled, with errors of the form "error[E0599]: no function or associated item named `div_euclid` found for...
Thanks for the nice tutorial, it's been very easy to follow. Just a small issue I noticed so far regarding buffer alignment: Step 34 has a potential buffer overflow if...