commit | 70c7bbd04fd2833a340238ea70f89ba12666c431 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Thu Nov 23 01:25:03 2017 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Thu Nov 23 01:25:03 2017 +0000 |
tree | 8f2f9802a7cb910e38ffd07e0d389033a07964f8 | |
parent | 18a268580952c47fac35e1e46bd9973058ef7352 [diff] [blame] |
Add [[nodiscard]] to std::async as part of P0600. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318889 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/new b/include/new index 6541e02..04355e6 100644 --- a/include/new +++ b/include/new
@@ -271,7 +271,7 @@ _LIBCPP_NODISCARD_AFTER_CXX17 inline _LIBCPP_INLINE_VISIBILITY constexpr _Tp* launder(_Tp* __p) noexcept { - return __launder(__p); + return _VSTD::__launder(__p); } #endif