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 597086c commit b1680c8Copy full SHA for b1680c8
libcxx/include/__algorithm/sample.h
@@ -77,12 +77,6 @@ _LIBCPP_HIDE_FROM_ABI _SampleIterator __sample(
77
return __output_iter;
78
}
79
80
-template <class _AlgPolicy,
81
- class _PopulationIterator,
82
- class _PopulationSentinel,
83
- class _SampleIterator,
84
- class _Distance,
85
- class _UniformRandomNumberGenerator>
86
_LIBCPP_HIDE_FROM_ABI _SampleIterator __sample(
87
_PopulationIterator __first,
88
_PopulationSentinel __last,
0 commit comments