Skip to content

Commit c94264a

Browse files
authored
Incorporate review comments from the context header review. (proxy-wasm#12)
* Incorporate review comments from the context header review. The corresponding proxy-wasm PR is forthcoming. Signed-off-by: John Plevyak <[email protected]>
1 parent 375ce58 commit c94264a

File tree

8 files changed

+858
-204
lines changed

8 files changed

+858
-204
lines changed

BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ cc_library(
5454
cc_test(
5555
name = "wasm_vm_test",
5656
srcs = ["wasm_vm_test.cc"],
57-
copts = ["-std=c++17"],
5857
deps = [
5958
":lib",
6059
"@com_google_googletest//:gtest",
@@ -65,7 +64,6 @@ cc_test(
6564
cc_test(
6665
name = "context_test",
6766
srcs = ["context_test.cc"],
68-
copts = ["-std=c++17"],
6967
deps = [
7068
":include",
7169
"@com_google_googletest//:gtest",

include/proxy-wasm/context.h

Lines changed: 144 additions & 171 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)