================
@@ -328,10 +328,10 @@ instead:
 
 .. code:: cpp
 
-   void f(std::vector<absl::StatusOr<int>> sors) {
-     absl::StatusOr<int>& sor0 = sors[0];
-     if (sor0.ok()) {
-       use(*sor0);
+   void f(std::vector<absl::StatusOr<int>> xs) {
----------------
rohanjr wrote:

Done.

https://github.com/llvm/llvm-project/pull/176498
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to