[libcxx] Make sure operator+ is declared with the right visibility attribute
authorLouis Dionne <ldionne@apple.com>
Wed, 21 Nov 2018 17:31:55 +0000 (17:31 +0000)
committerLouis Dionne <ldionne@apple.com>
Wed, 21 Nov 2018 17:31:55 +0000 (17:31 +0000)
commit53922b7dd113cedd64de3ed2a35d19162220c14e
treec622409788e3e26b4e3ac377639379eee42d4da4
parent352adb6532827a47689cf011722a54c461a8b3c3
[libcxx] Make sure operator+ is declared with the right visibility attribute

Otherwise, Clang complains about internal_linkage not being applied to the
first declaration of the operator (and rightfully so).

llvm-svn: 347400
libcxx/include/string