diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-14 18:50:02 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-14 18:50:02 +0000 |
commit | 1f917f69ff07f09b6dbb670971f57f8efe718b84 (patch) | |
tree | 99293cbc1411737cd995dac10a99b2c40ef0944c /libcxx/include/any | |
parent | 145449b1e420787bb99721a429341fa6be3adfb6 (diff) |
Diffstat (limited to 'libcxx/include/any')
-rw-r--r-- | libcxx/include/any | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/any b/libcxx/include/any index 7e12034b45a7..66f7488e5441 100644 --- a/libcxx/include/any +++ b/libcxx/include/any @@ -271,7 +271,7 @@ public: is_copy_constructible<_Tp>::value> > _LIBCPP_INLINE_VISIBILITY - _Tp& emplace(_Args&&... args); + _Tp& emplace(_Args&&...); template <class _ValueType, class _Up, class ..._Args, class _Tp = decay_t<_ValueType>, |