forked from TartanLlama/optional
5 lines
83 B
C++
5 lines
83 B
C++
#include "catch.hpp"
|
|
#include <tl/optional.hpp>
|
|
|
|
TEST_CASE("Hashing", "[hash]") {}
|