| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,9 +39,9 @@ | |||
| 39 | 39 | // Set the sentinel event. | |
| 40 | 40 | received_sentinel.set(); | |
| 41 | 41 | }, | |
| 42 | - [](int value) { | ||
| 42 | + [](int value) -> bool { | ||
| 43 | 43 | return value == 0; | |
| 44 | 44 | }); | |
| 45 | 45 | ||
| 46 | 46 | // Connects the _source message buffer to the rest of the network. | |
| 47 | - unbounded_buffer<int> connector; | ||
| 47 | + unbounded_buffer<int> connector; | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments