mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Use C++23 std::expected (#8823)
This commit is contained in:
@@ -8,7 +8,7 @@ Subject: [PATCH 25/25] Make bool constructor safe
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/json.h b/json.h
|
||||
index 31c5ea39b67286df158a9d6e13ab5073498126b8..2746badf92a5bb4de6c38007d8e6dcfbed5b47eb 100644
|
||||
index ca7d76d837c9e0bdfb92e7c1b7bfd24cc8cb5ae2..cd9c52ba855c28bc4fd7316195bead50a709e184 100644
|
||||
--- a/json.h
|
||||
+++ b/json.h
|
||||
@@ -167,7 +167,7 @@ class json
|
||||
|
||||
Reference in New Issue
Block a user