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.
2 parents 167b51c + 8048bed commit e1da48dCopy full SHA for e1da48d
README.md
@@ -61,7 +61,7 @@ Full runable examples can be found in `examples/` - please check [./examples/REA
61
The next code snippet shows optional range support added in [Give *std::optional* Range Support(P3168R2)](https://wg21.link/P3168R2):
62
63
```cpp
64
-#include <Beman/Optional26/optional.hpp>
+#include <beman/optional26/optional.hpp>
65
...
66
67
// Example from P3168R2: basic range loop over C++26 optional.
0 commit comments