[PATCH] D43273: [libcxx] [test] Fix MSVC warnings and errors.

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 19 19:41:53 PST 2018


mclow.lists added inline comments.


================
Comment at: test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp:80
     {
     std::vector<int> v(10);
     std::iota(v.begin(), v.end(), 1);
----------------
What if we just made the containers `vector<size_t>` ?  (and `triangle`)


https://reviews.llvm.org/D43273





More information about the cfe-commits mailing list