10 #include "Response.hpp" 11 #include "include/pv_common.h" 12 #include "utils/PVAssert.hpp" 13 #include "utils/PVLog.hpp" 19 Status
operator+(Status
const &a, Status
const &b) {
23 else if (b == NO_ACTION) {
26 else if (a == SUCCESS and b == SUCCESS) {
29 else if (a == POSTPONE and b == POSTPONE) {
Status operator+(Status const &a, Status const &b)