mirror of
https://github.com/TartanLlama/expected.git
synced 2025-08-02 02:14:31 +02:00
Update issues.cpp
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#include <tl/expected.hpp>
|
#include <tl/expected.hpp>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
@@ -191,4 +192,4 @@ TEST_CASE("Issue 129", "[issues.129]") {
|
|||||||
x1 = std::move(y1);
|
x1 = std::move(y1);
|
||||||
|
|
||||||
REQUIRE(**x1 == 2);
|
REQUIRE(**x1 == 2);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user