Skip to content

Commit

Permalink
docs: try please codacy
Browse files Browse the repository at this point in the history
Signed-off-by: DNKpp <[email protected]>
  • Loading branch information
DNKpp committed Feb 17, 2022
1 parent bad3b7d commit a522a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Mail: [[email protected]](mailto:[email protected])
This library provides an implementation of a simple to use but versatile mathematically vector class. Due to the usage of lots of c++20 features, this library currently doesn't compile on any clang compiler.

Tested Compilers:
* msvc v143 (Visual Studio 2022)
* gcc10
* gcc11
* msvc v143 (Visual Studio 2022)
* gcc10
* gcc11

One of the main intentions behind this vector implementation is being able to do as much during compile-time as possible, thus all functions are declared as constexpr.

Expand Down

0 comments on commit a522a07

Please sign in to comment.