We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3343b6a commit 40a3478Copy full SHA for 40a3478
stl/inc/vector
@@ -2891,8 +2891,8 @@ _INLINE_VAR constexpr bool _Is_vb_iterator<_Vb_iterator<_Alloc>> = true;
2891
template <class _Alloc>
2892
_INLINE_VAR constexpr bool _Is_vb_iterator<_Vb_iterator<_Alloc>, false> = true;
2893
2894
-template <class _Alloc, class _Ty>
2895
-_CONSTEXPR20 void _Fill_vbool(_Vb_iterator<_Alloc> _First, _Vb_iterator<_Alloc> _Last, const _Ty& _Val) {
+template <class _FwdIt, class _Ty>
+_CONSTEXPR20 void _Fill_vbool(_FwdIt _First, _FwdIt _Last, const _Ty& _Val) {
2896
// Set [_First, _Last) to _Val
2897
if (_First == _Last) {
2898
return;
0 commit comments