diff options
Diffstat (limited to 'libcxx/include/new')
| -rw-r--r-- | libcxx/include/new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/new b/libcxx/include/new index 6541e021865..04355e60f2c 100644 --- a/libcxx/include/new +++ b/libcxx/include/new @@ -271,7 +271,7 @@ template <class _Tp> _LIBCPP_NODISCARD_AFTER_CXX17 inline _LIBCPP_INLINE_VISIBILITY constexpr _Tp* launder(_Tp* __p) noexcept { - return __launder(__p); + return _VSTD::__launder(__p); } #endif |

