Files
M5Utility/test/expected/noexcept.cpp
T

8 lines
106 B
C++
Raw Permalink Normal View History

2024-08-08 14:30:50 +09:00
#include <gtest/gtest.h>
#include <m5_utility/stl/expected.hpp>
2024-09-25 18:24:01 +09:00
TEST(Expected, Noexcept)
{
2024-08-08 14:44:12 +09:00
// TODO
2024-08-08 14:30:50 +09:00
}