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 97630d3 commit ec93e1dCopy full SHA for ec93e1d
docs/intro-examples.md
@@ -21,7 +21,7 @@ The componentes for `std::execution` are declared in the header
21
cmponents in namespace `beman::execution` declared in the header
22
`<beman/execution/execution.hpp>`:
23
24
-```c++
+```cpp
25
#include <beman/execution/execution.hpp>
26
#include <iostream>
27
#include <string>
@@ -40,7 +40,7 @@ to point out unusual parts like the use of custom components.
40
41
All interesting work happens in the `main` function:
42
43
44
int main()
45
{
46
auto[result] = ex::sync_wait(
0 commit comments