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 eba2c71 commit b6c6718Copy full SHA for b6c6718
README.md
@@ -373,7 +373,7 @@ asserts: 0 | 0 passed | 2 failed
373
> value it requires lazy evaluation.
374
375
```cpp
376
-lazy log"_test = [] {
+"lazy log"_test = [] {
377
std::expected<bool, std::string> e = std::unexpected("lazy evaluated");
378
expect(e.has_value()) << [&] { return e.error(); } << fatal;
379
expect(e.value() == true);
0 commit comments