summaryrefslogtreecommitdiff
path: root/libcxx/include/__bit_reference
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__bit_reference')
-rw-r--r--libcxx/include/__bit_reference4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/__bit_reference b/libcxx/include/__bit_reference
index bc34555aa079..95a1007bee7a 100644
--- a/libcxx/include/__bit_reference
+++ b/libcxx/include/__bit_reference
@@ -1242,6 +1242,10 @@ private:
typename _Dp::size_type);
template <class _Dp> friend __bit_iterator<_Dp, false> __find_bool_false(__bit_iterator<_Dp, false>,
typename _Dp::size_type);
+ template <class _Dp> friend typename __bit_iterator<_Dp, false>::difference_type
+ __count_bool_true(__bit_iterator<_Dp, false>, typename _Dp::size_type);
+ template <class _Dp> friend typename __bit_iterator<_Dp, false>::difference_type
+ __count_bool_false(__bit_iterator<_Dp, false>, typename _Dp::size_type);
};
_LIBCPP_END_NAMESPACE_STD