Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of member
authorDouglas Gregor <dgregor@apple.com>
Sat, 19 May 2012 04:41:25 +0000 (04:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 19 May 2012 04:41:25 +0000 (04:41 +0000)
commit8f69b1af3d0d8ceb15893ca68a8bb4395d0d1efe
treeb92dbba2965d871a98aee2a9ebac89161a8d12f3
parent02b00c9ba70ce2144b59ecdd0802014b796d48ad
Move _LIBCPP_VISIBLE_INLINE from the out-of-line definitions of member
functions to the original declarations, so that Clang will actually
see them. Part of <rdar://problem/11489333>.

llvm-svn: 157097
libcxx/include/valarray