https://github.com/philsquared/Catch
Revision 64a0f466ec1a4f725cda738e05edb64d40516495 authored by Martin Hořeňovský on 13 January 2019, 15:17:36 UTC, committed by Martin Hořeňovský on 13 January 2019, 15:17:42 UTC
Because both copy and move operations are trivial, this doesn't
actually change anything, but it silences a static analysis warning.
1 parent 47602ac
Raw File
Tip revision: 64a0f466ec1a4f725cda738e05edb64d40516495 authored by Martin Hořeňovský on 13 January 2019, 15:17:36 UTC
Add missing noexcept in move constructors
Tip revision: 64a0f46
.gitignore
*.build
*.pbxuser
*.mode1v3
*.ncb
*.suo
Debug
Release
*.user
*.xcuserstate
.DS_Store
xcuserdata
CatchSelfTest.xcscheme
Breakpoints.xcbkptlist
projects/VS2010/TestCatch/_UpgradeReport_Files/
projects/VS2010/TestCatch/TestCatch/TestCatch.vcxproj.filters
projects/VisualStudio/TestCatch/UpgradeLog.XML
projects/CMake/.idea
projects/CMake/cmake-build-debug
UpgradeLog.XML
Resources/DWARF
projects/Generated
*.pyc
DerivedData
*.xccheckout
Build
.idea
.vs
cmake-build-*
benchmark-dir
.conan/test_package/build
back to top