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 61a5556 commit 58ab844Copy full SHA for 58ab844
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
@@ -84,8 +84,8 @@ TEST_CONSTEXPR_CXX26
84
void
85
test_larger_sorts()
86
{
87
- static_assert(N != 0);
88
- static_assert(M != 0);
+ static_assert(N != 0, "");
+ static_assert(M != 0, "");
89
// create array length N filled with M different numbers
90
std::array<int, N> array_;
91
int* array = array_.data();
0 commit comments