mirror of
https://github.com/TartanLlama/optional.git
synced 2025-06-25 00:51:37 +02:00
Fix swap include path
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#include "catch.hpp"
|
||||
#include "optional.hpp"
|
||||
#include <tl/optional.hpp>
|
||||
|
||||
TEST_CASE("Swap value", "[swap.value]") {
|
||||
tl::optional<int> o1 = 42;
|
||||
|
Reference in New Issue
Block a user