mirror of
https://github.com/TartanLlama/expected.git
synced 2025-06-25 08:01:32 +02:00
🎨 Cleanup include path for catch2 ✨ Add basic .deb generation support WiX and RPM support is still needed (if even desired?) ⬆️ Upgrade minimum CMake version to 3.14 ⬆️ Upgrade Catch to Catch v2.9.2 📌 Pin Catch to v2.9.2
7 lines
107 B
C++
7 lines
107 B
C++
#include <catch2/catch.hpp>
|
|
#include <tl/expected.hpp>
|
|
|
|
TEST_CASE("Noexcept", "[noexcept]") {
|
|
//TODO
|
|
}
|