diff --git a/include/future b/include/future index 99c70fbef..91f277217 100644 --- a/include/future +++ b/include/future @@ -156,7 +156,7 @@ public: ~future(); future& operator=(const future& rhs) = delete; future& operator=(future&&) noexcept; - shared_future share() noecept; + shared_future share() noexcept; // retrieving the value R get();