Loading src/sled/futures/internal/promise.h +7 −7 Original line number Diff line number Diff line Loading @@ -18,10 +18,10 @@ class Promise final { public: using Value = T; constexpr Promise() noexcept = default; constexpr Promise(const Promise &) noexcept = default; constexpr Promise(Promise &&) noexcept = default; Promise &operator=(const Promise &) noexcept = default; Promise() = default; Promise(const Promise &) = default; Promise(Promise &&) noexcept = default; Promise &operator=(const Promise &) = default; Promise &operator=(Promise &&) noexcept = default; ~Promise() = default; Loading Loading
src/sled/futures/internal/promise.h +7 −7 Original line number Diff line number Diff line Loading @@ -18,10 +18,10 @@ class Promise final { public: using Value = T; constexpr Promise() noexcept = default; constexpr Promise(const Promise &) noexcept = default; constexpr Promise(Promise &&) noexcept = default; Promise &operator=(const Promise &) noexcept = default; Promise() = default; Promise(const Promise &) = default; Promise(Promise &&) noexcept = default; Promise &operator=(const Promise &) = default; Promise &operator=(Promise &&) noexcept = default; ~Promise() = default; Loading