This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
expected
Watch
1
Star
0
Fork
0
You've already forked expected
forked from
TartanLlama/expected
Code
Pull Requests
Activity
Files
issue/61
Add File
New File
Apply Patch
expected
/
tests
/
constexpr.cpp
7 lines
102 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
(
"
Constexpr
"
,
"
[constexpr]
"
)
{
//TODO
}
Copy Permalink