Skip to content

Commit 603715c

Browse files
committed
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
1 parent 817c9d6 commit 603715c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/mutex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ public:
559559
#endif
560560

561561
template <class _Fp>
562+
inline _LIBCPP_INLINE_VISIBILITY
562563
void
563564
__call_once_proxy(void* __vp)
564565
{

0 commit comments

Comments
 (0)