File: noexcept.cpp

package info (click to toggle)
tl-expected 1.0.0~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports, bullseye-backports-sloppy
  • size: 320 kB
  • sloc: cpp: 3,118; python: 45; makefile: 12
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#include "catch.hpp"
#include <tl/expected.hpp>

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