Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6df1508

Browse filesBrowse files
jasnelladuh95
authored andcommitted
quic: fixup windows coverage compile error
PR-URL: #59381 Fixes: #59369 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <richard.lau@ibm.com>
1 parent b2b0bf8 commit 6df1508
Copy full SHA for 6df1508

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/quic/data.cc‎

Copy file name to clipboardExpand all lines: src/quic/data.cc
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ T Store::convert() const {
149149
}
150150

151151
Store::operator uv_buf_t() const {
152-
return convert<uv_buf_t, typeof(*uv_buf_t::base)>();
152+
return convert<uv_buf_t, char>();
153153
}
154154

155155
Store::operator ngtcp2_vec() const {
156-
return convert<ngtcp2_vec, typeof(*ngtcp2_vec::base)>();
156+
return convert<ngtcp2_vec, uint8_t>();
157157
}
158158

159159
Store::operator nghttp3_vec() const {
160-
return convert<nghttp3_vec, typeof(*ngtcp2_vec::base)>();
160+
return convert<nghttp3_vec, uint8_t>();
161161
}
162162

163163
void Store::MemoryInfo(MemoryTracker* tracker) const {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.