Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members
authorAlex Lorenz <arphaman@gmail.com>
Thu, 9 Nov 2017 17:54:49 +0000 (17:54 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 9 Nov 2017 17:54:49 +0000 (17:54 +0000)
commit9dae972c660aac339648858c712d106056f1bb4c
tree97c3b10b5a2e032019d8f821f28f42d64ca3ef45
parent2ee4b30276044f999a29101a2ddfcaca6b41d81c
Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members

The commit r300140 changed the implementation of compressed_pair, but didn't add
_LIBCPP_INLINE_VISIBILITY to the constructors and get members of the
compressed_pair_elem class. This patch adds the visibility annotation.

I didn't find a way to test this change with libc++ regression tests.

rdar://35352579

Differential Revision: https://reviews.llvm.org/D39751

llvm-svn: 317816
libcxx/include/memory