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
+22-23Lines changed: 22 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This library is inspired by [Rust Traits](https://doc.rust-lang.org/book/ch10-02
22
22
## Quick Start
23
23
24
24
*traits* is a single header C++20 library. To use the library, make sure you meet the [minimum requirements](#minimum-requirements) and just include the header file [traits.h](https://github.com/VolumeGraphics/traits/blob/main/include/traits.h) in your source code.
25
-
Alternatively, you can first try it out in [Compiler Explorer](https://godbolt.org/z/be31xGjrK).
25
+
Alternatively, you can first try it out in [Compiler Explorer](https://godbolt.org/z/Eh5nKr3jT).
26
26
27
27
CMake projects might build, install and `find_package(traits)` or use fetch content:
28
28
@@ -37,46 +37,45 @@ There are currently no plans to support [vcpkg](https://learn.microsoft.com/en-u
0 commit comments