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
0852c8f211893d4a91aca1bd3ff2cce0d7ff4772
expected
/
tests
/
constexpr.cpp
T
7 lines
102 B
C++
Raw
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
(
"Constexpr"
,
"[constexpr]"
)
{
//TODO
}
Copy Permalink