We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f45464 commit 5a7f4aaCopy full SHA for 5a7f4aa
README.md
@@ -579,7 +579,7 @@ Repeatedly yields a tuple of `boost::optional<T>`s where `T` is the type
579
yielded by the sequences' respective iterators. Because of its boost
580
dependency, `zip_longest` is not in `itertools.hpp` and must be included
581
separately.
582
-The following loop prints either "Just <item>" or "Nothing" for each
+The following loop prints either "Just \<item\>" or "Nothing" for each
583
element in each tuple yielded.
584
585
```c++
0 commit comments