diff --git a/libcxx/include/future b/libcxx/include/future index 99c70fbefad8..91f2772176ad 100644 --- a/libcxx/include/future +++ b/libcxx/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();