projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e17b3
)
Fix a typo in the synopsis comment. NFC. Thanks to K-ballo for the catch
author
Marshall Clow
<mclow.lists@gmail.com>
Sun, 11 Feb 2018 21:51:49 +0000
(21:51 +0000)
committer
Marshall Clow
<mclow.lists@gmail.com>
Sun, 11 Feb 2018 21:51:49 +0000
(21:51 +0000)
llvm-svn: 324851
libcxx/include/utility
patch
|
blob
|
history
diff --git
a/libcxx/include/utility
b/libcxx/include/utility
index
535e3cb
..
f11d580
100644
(file)
--- a/
libcxx/include/utility
+++ b/
libcxx/include/utility
@@
-52,7
+52,7
@@
template <class T>
>::type
move_if_noexcept(T& x) noexcept; // constexpr in C++14
-template <class T> constexpr add_const
<T>_t
& as_const(T& t) noexcept; // C++17
+template <class T> constexpr add_const
_t<T>
& as_const(T& t) noexcept; // C++17
template <class T> void as_const(const T&&) = delete; // C++17
template <class T> typename add_rvalue_reference<T>::type declval() noexcept;