File: noexcept.cpp

package info (click to toggle)
tl-expected 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: cpp: 3,504; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
#include <catch2/catch_test_macros.hpp>
#include <tl/expected.hpp>

TEST_CASE("Noexcept", "[noexcept]") {
    //TODO
}