Skip to content

Commit d92ccd9

Browse files
committed
formatting
1 parent 71cd773 commit d92ccd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/lectures/lambdas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,7 @@ std::variant<int, std::string, std::vector<int>> v = "Hello";
11701170
std::visit(Visitor{}, v);
11711171
```
11721172
1173+
11731174
## Lambda s `if constexpr`
11741175
11751176
```cpp

0 commit comments

Comments
 (0)