[PATCH] Implement std::experimental::sample

Marshall Clow mclow.lists at gmail.com
Tue Apr 28 06:09:57 PDT 2015


- SampleIterator shall meet the additional requirements of a RandomAccessIterator type

unless PopulationIterator meets the additional requirements of a ForwardIterator
type.

So if I call `sample(InputIterator, InputIterator, ForwardIterator, 1, rnd)`, I should get a compile error.


http://reviews.llvm.org/D9044

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list