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 3463174 commit 868c89fCopy full SHA for 868c89f
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