Skip to content

Commit b1680c8

Browse files
committed
[libc++][hardening] Categorize more 'valid-element-access' checks.
1 parent 597086c commit b1680c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxx/include/__algorithm/sample.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ _LIBCPP_HIDE_FROM_ABI _SampleIterator __sample(
7777
return __output_iter;
7878
}
7979

80-
template <class _AlgPolicy,
81-
class _PopulationIterator,
82-
class _PopulationSentinel,
83-
class _SampleIterator,
84-
class _Distance,
85-
class _UniformRandomNumberGenerator>
8680
_LIBCPP_HIDE_FROM_ABI _SampleIterator __sample(
8781
_PopulationIterator __first,
8882
_PopulationSentinel __last,

0 commit comments

Comments
 (0)