https://github.com/philsquared/Catch
Raw File
Tip revision: 9b851a3bcba67d15ecaf002ed57d352a8ffb8ce9 authored by James Trey Nickelsen on 19 August 2015, 19:59:48 UTC
[On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h
Tip revision: 9b851a3
.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