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:
6fe4a9e
)
Remove duplicate inline
author
Marshall Clow
<mclow.lists@gmail.com>
Thu, 25 Aug 2016 15:56:55 +0000
(15:56 +0000)
committer
Marshall Clow
<mclow.lists@gmail.com>
Thu, 25 Aug 2016 15:56:55 +0000
(15:56 +0000)
llvm-svn: 279746
libcxx/include/experimental/any
patch
|
blob
|
history
diff --git
a/libcxx/include/experimental/any
b/libcxx/include/experimental/any
index
140d212
..
9ecafad
100644
(file)
--- a/
libcxx/include/experimental/any
+++ b/
libcxx/include/experimental/any
@@
-98,7
+98,7
@@
public:
#if _LIBCPP_STD_VER > 11 // C++ > 11
_LIBCPP_NORETURN inline _LIBCPP_ALWAYS_INLINE
-
inline
void __throw_bad_any_cast()
+void __throw_bad_any_cast()
{
#ifndef _LIBCPP_NO_EXCEPTIONS
throw bad_any_cast();