Add visibility attributes and inline to some vector methods.
authorEric Fiselier <eric@efcs.ca>
Tue, 19 Mar 2019 19:19:44 +0000 (19:19 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 19 Mar 2019 19:19:44 +0000 (19:19 +0000)
commit33244990adff3523a6bcf11e587d76978003f9c6
treec8e88bc5dfe667234cea638d3156331e0c9124e7
parent3c98cdd21832207694ab9307f83a6c6e4e21185b
Add visibility attributes and inline to some vector methods.

Adding filesystem to the dylib caused some vector symbols to leak
into the set of exported symbols. This patch hides those symbols.

llvm-svn: 356502
libcxx/include/vector