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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
4
4
## Build suggestion
5
5
6
-
This library is header-only.
7
-
There are comprehensive examples in the Catch2 based tests.
6
+
This library is header-only, written in portable C++ 17. MSVC is supported, but occasionally some bugs in MSVC take a long time to be identified, please report MSVC compilation issues. We're working on including MSVC to continuous integration.
7
+
8
+
There are comprehensive examples in the Catch2 based tests, here's a simple way to build them:
8
9
9
10
1. Do not forget to initialize at lest the Catch2 submodule (`git submodule update --init --recursive`)
0 commit comments