Skip to content

Commit b169ba8

Browse files
committed
📚 [README]
1 parent 4429a74 commit b169ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ using apply_t = decltype(apply_v<T, range>);
252252
* @endcode
253253
*/
254254
[[nodiscard]] constexpr auto invoke(auto&& fn, info meta);
255+
```
255256

256257
```cpp
257258
/**
@@ -281,7 +282,7 @@ template<concepts::range auto range>
281282
constexpr auto for_each(auto&& fn);
282283
```
283284

284-
``cpp
285+
```cpp
285286
/**
286287
* Asserts that condition is satisfied
287288
* - constant evaluation: calls undefined function `failed()`

0 commit comments

Comments
 (0)