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 9eae7ea commit 0a1eadcCopy full SHA for 0a1eadc
rpp/slice.h
@@ -32,7 +32,7 @@ struct Slice {
32
}
33
34
constexpr explicit Slice(T* data, u64 length) noexcept
35
- requires !Const<T>
+ requires(!Const<T>)
36
{
37
data_ = data;
38
length_ = length;
0 commit comments