This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
expected
Watch
1
Star
0
Fork
0
forked from
TartanLlama/expected
Code
Pull Requests
Activity
Files
cmake_love
expected
/
tests
/
noexcept.cpp
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
7 lines
100 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
More testing
2017-11-27 14:48:16 +00:00
#include
"catch.hpp"
Do CMake properly
2019-05-01 12:15:40 +01:00
#include
<tl/expected.hpp>
More testing
2017-11-27 14:48:16 +00:00
TEST_CASE
(
"Noexcept"
,
"[noexcept]"
)
{
//TODO
}
Copy Permalink