Skip to content

Commit

Permalink
Merge branch 'main' of github.com:quantumlib/Stim into sinter2
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Sep 10, 2024
2 parents 842a378 + 64cf7e1 commit 94976e7
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 94976e7

Please sign in to comment.