Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc authored Sep 10, 2024
2 parents 6496e8b + 64cf7e1 commit 7985ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stim/diagram/json_obj.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ JsonObj::JsonObj(std::map<std::string, JsonObj> map) : map(map), type(JsonTypeMa
}

JsonObj::JsonObj(std::vector<JsonObj> arr) : arr(arr), type(JsonTypeArray) {
}

};
JsonObj::JsonObj(bool boolean) : val_boolean(boolean), type(JsonTypeBool) {
}

Expand Down

0 comments on commit 7985ebb

Please sign in to comment.