commit | 43d992386088b248457d031b6b2acbfcbfd67f97 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue Sep 21 17:32:39 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue Sep 21 17:32:39 2010 +0000 |
tree | 0ee8bcc749a00215acecf53099da441a32b7f4ba | |
parent | 5e39ffd02feaa59da0a4c5ab15f4b36ba2c4d65d [diff] [blame] |
visibility-decoration. llvm-svn: 114451
diff --git a/libcxx/include/__bit_reference b/libcxx/include/__bit_reference index a2fc809..9ecffc6 100644 --- a/libcxx/include/__bit_reference +++ b/libcxx/include/__bit_reference
@@ -1028,6 +1028,7 @@ } template <class _C, bool _IC1, bool _IC2> +inline _LIBCPP_INLINE_VISIBILITY bool equal(__bit_iterator<_C, _IC1> __first1, __bit_iterator<_C, _IC1> __last1, __bit_iterator<_C, _IC2> __first2) {