================
@@ -1758,4 +1758,161 @@ struct Bar {};
 static_assert(is_incomplete_v<Foo>, "Foo is incomplete");
 static_assert(!is_incomplete_v<Bar>, "Bar is defined");
 
+TEST(STLExtrasTest, Search) {
+  // Test finding a subsequence in the middle
----------------
kuhar wrote:

```suggestion
  // Test finding a subsequence in the middle.
```
Also everywhere below

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

Reply via email to