Commit 603715c6 authored by Justin Bogner's avatar Justin Bogner
Browse files

Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`

As per discussion with mclow and EricWF on irc, this is small and
simple enough to deserve being inlined.

llvm-svn: 291497
parent 817c9d66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@ public:
#endif

template <class _Fp>
inline _LIBCPP_INLINE_VISIBILITY
void
__call_once_proxy(void* __vp)
{