In r336369, I replaced _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY.
However, in one place, I replaced it by _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
and forgot to put it back before sending the review. Nobody spotted the subtle
mistake because the diff was so large. This broke the check-cxx-abilist test.
This commit fixes that.