Loading src/daemon/backend/metadata/merge.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ MetadataMergeOperator::FullMergeV2(const MergeOperationInput& merge_in, } else if(operand_id == OperandID::create) { continue; } else { throw ::runtime_error("Unrecognized merge operand ID: " + throw ::runtime_error("Unrecognized merge operand ID: "s + (char) operand_id); } } Loading src/daemon/handler/srv_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ using namespace std; /* * This file contains all Margo RPC handlers that are concerning management * This file contains all Margo RPC handlers that are concerning data * operations */ Loading Loading
src/daemon/backend/metadata/merge.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ MetadataMergeOperator::FullMergeV2(const MergeOperationInput& merge_in, } else if(operand_id == OperandID::create) { continue; } else { throw ::runtime_error("Unrecognized merge operand ID: " + throw ::runtime_error("Unrecognized merge operand ID: "s + (char) operand_id); } } Loading
src/daemon/handler/srv_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ using namespace std; /* * This file contains all Margo RPC handlers that are concerning management * This file contains all Margo RPC handlers that are concerning data * operations */ Loading