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