https://github.com/philsquared/Catch
Raw File
Tip revision: 908c370f245956fd5565207db77641ae1e6d2b36 authored by Benoit Blanchon on 17 January 2023, 08:47:20 UTC
Fix error: ISO C++ forbids in-class initialization of non-const static member 'm_started'
Tip revision: 908c370
.gitattributes
# This sets the default behaviour, overriding core.autocrlf
* text=auto

# All source files should have unix line-endings in the repository,
# but convert to native line-endings on checkout
*.cpp text
*.h text
*.hpp text

# Windows specific files should retain windows line-endings
*.sln text eol=crlf
back to top