VCTR icon indicating copy to clipboard operation
VCTR copied to clipboard

A powerful C++ 20 wrapper around your favorite standard library containers

Results 25 VCTR issues
Sort by recently updated
recently updated
newest added

I ran into a compile error here when attempting to build the unit tests with a recent Xcode version. Seems like the compiler attempted to instantiate the function template with...

This happened e.g. with `MagToDb` and `DbToMag`. A current quick fix is in place but that's a rather convoluted and non-generic workaround

bug

This test fails for double. I suspected that this test should pass for both double and float. @JanosGit @iromur do you have an idea why?

There were some issues that were not covered by the tests. These tests failed before deleting the default assignment operator ```c++ TEST_CASE ("Span assignments") { vctr::Array a (0); vctr::Array b...

clang 15 based Linux runners have temporarily been disabled

bug
actions

This includes: - Agreeing on a common expression implementation style in terms of function order, separator comments - Specify a coding style in a dedicated document - Rename all uppercase...