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.
2 parents c97fb27 + 868c89f commit 99e2e0aCopy full SHA for 99e2e0a
clang/test/SemaCXX/ctad.cpp
@@ -79,7 +79,7 @@ using size_t = decltype(sizeof(0));
79
80
struct index_type
81
{
82
- size_t value{~0ull};
+ size_t value = 0;
83
index_type() = default;
84
constexpr index_type(size_t i) noexcept : value(i) {}
85
};
0 commit comments