forked from TartanLlama/expected
7 lines
100 B
C++
7 lines
100 B
C++
#include "catch.hpp"
|
|
#include <tl/expected.hpp>
|
|
|
|
TEST_CASE("Noexcept", "[noexcept]") {
|
|
//TODO
|
|
}
|