[libcxx-commits] [PATCH] D92190: [libc++] fix std::sort(T**, T**)
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 27 09:06:52 PST 2020
curdeius added inline comments.
================
Comment at: libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp:138
+{
+ const int array_size = 10;
+ const int v[array_size] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
----------------
It would be standard C++ this way not requiring any extensions (dynamic array), nope?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92190/new/
https://reviews.llvm.org/D92190
More information about the libcxx-commits
mailing list