Sid Dahiya
|
dfe3d39c10
|
Fix hidden friend issue for MSVC
This change is adding the `/Zc:hiddenFriend` option to address strict validation in MSVC 19.32.31328.0
|
2022-05-18 15:24:41 -07:00 |
|
Egor Kuzmin
|
ca94985a90
|
fix running tests
|
2020-11-05 12:13:14 +03:00 |
|
Egor Kuzmin
|
85ff00a004
|
using std::span from c++20
- Added the ability to use span from std when standard 20 is enabled.
- Previous catch version didn't work with 20 standard.
|
2020-11-05 10:34:56 +03:00 |
|
Egor Kuzmin
|
6ac13af81a
|
modern cmake project struct
Added ability to add as a dependency to another cmake project via add_subdirectory
|
2020-11-03 18:25:37 +03:00 |
|