BEGIN_PUBLIC

Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
This commit is contained in:
hai007
2021-07-29 03:27:37 -07:00
committed by Janusz Sobczak
parent 09e65aeddb
commit b1815095dd
1579 changed files with 967 additions and 20157 deletions
+2 -4
View File
@@ -42,7 +42,7 @@ struct Status {
kWifiLanError,
kPayloadUnknown,
};
Value value {kError};
Value value{kError};
bool Ok() const { return value == kSuccess; }
};
@@ -50,9 +50,7 @@ inline bool operator==(const Status& a, const Status& b) {
return a.value == b.value;
}
inline bool operator!=(const Status& a, const Status& b) {
return !(a == b);
}
inline bool operator!=(const Status& a, const Status& b) { return !(a == b); }
} // namespace connections
} // namespace nearby