Skip to content

Commit 0a1eadc

Browse files
committed
fix clang build
1 parent 9eae7ea commit 0a1eadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpp/slice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct Slice {
3232
}
3333

3434
constexpr explicit Slice(T* data, u64 length) noexcept
35-
requires !Const<T>
35+
requires(!Const<T>)
3636
{
3737
data_ = data;
3838
length_ = length;

0 commit comments

Comments
 (0)