mirror of
https://github.com/TartanLlama/expected.git
synced 2025-08-03 10:54:31 +02:00
Compile on VS 2015
This commit is contained in:
@@ -142,7 +142,7 @@ struct move_tracker {
|
||||
|
||||
constexpr move_tracker() = default;
|
||||
|
||||
constexpr move_tracker(move_tracker const &other) noexcept = default;
|
||||
constexpr move_tracker(move_tracker const &other) noexcept {};
|
||||
constexpr move_tracker(move_tracker &&orig) noexcept
|
||||
: moved(orig.moved + 1) {}
|
||||
|
||||
|
Reference in New Issue
Block a user