[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
authorLouis Dionne <ldionne@apple.com>
Tue, 16 Oct 2018 19:26:23 +0000 (19:26 +0000)
committerLouis Dionne <ldionne@apple.com>
Tue, 16 Oct 2018 19:26:23 +0000 (19:26 +0000)
commit7833b88ad882079efaf17958872120c051cbb886
tree33bbc7b501e98d1233fb05acd3e1228943071db7
parent547d824da661fedaeeda3a4bcb83a3464fa1b7b9
[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY

That macro has been defined to _LIBCPP_HIDE_FROM_ABI_AFTER_V1 for many
weeks now, so we're actually replacing uses of it for uses of
_LIBCPP_HIDE_FROM_ABI_AFTER_V1 directly.

This should not change or break anything since the two macros are
100% equivalent, unless somebody is (incorrectly!) relying on
_LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY being defined.

llvm-svn: 344641
libcxx/include/__config
libcxx/include/istream
libcxx/include/ostream
libcxx/include/streambuf
libcxx/include/valarray