You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ This may be a single header library, but if Visual Studio is being used, we reco
174
174
175
175
## Status
176
176
177
-
Current version: `v0.8.13`
177
+
Current version: `v0.8.14`
178
178
179
179
***All the vector and matrix functionality is implemented.**
180
180
* First pass at test coverage. Everything major has some tests, but code coverage is not 100%.
@@ -195,7 +195,7 @@ More in depth explanation can be found in the [details](docs/DETAILS.md).
195
195
196
196
This project uses [doctest](https://github.com/onqtam/doctest) for testing. We occasionally use [nanobench](https://github.com/martinus/nanobench) for understanding implementation tradeoffs.
197
197
198
-
Both MSVC and gcc (for Windows and on Ubuntu on WSL2) pass all the tests. clang for Windows passes, but there are 2 assertions out of 1870 that fail for clang-15 on Ubuntu, which appears to have a problem with ```std::is_trivial_v<>```.
198
+
Both MSVC and gcc (for Windows and on Ubuntu on WSL2) pass all the tests. clang for Windows passes, but there are 2 assertions out of 1874 that fail for clang-15 on Ubuntu, which appears to have a problem with ```std::is_trivial_v<>```.
199
199
200
200
The tests have been most recently run on:
201
201
@@ -207,8 +207,8 @@ The tests have been most recently run on:
0 commit comments