4
4
SPDX-License-Identifier: 2.0 license with LLVM exceptions
5
5
-->
6
6
7
- ![ CI Tests] ( https://github.com/beman-project/Optional26 /actions/workflows/ci.yml/badge.svg )
7
+ ![ CI Tests] ( https://github.com/beman-project/optional26 /actions/workflows/ci.yml/badge.svg )
8
8
9
9
This repository implements ` std::optional ` extensions targeting C++26. The ` beman.optional26 ` library aims to evaluate
10
10
the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21
@@ -88,7 +88,7 @@ The next code snippet shows optional reference support added in [`std::optional<
88
88
(P2988R5)] ( https://wg21.link/P2988R5 ) :
89
89
90
90
``` cpp
91
- #include < Beman/Optional26 /optional.hpp>
91
+ #include < beman/optional26 /optional.hpp>
92
92
...
93
93
94
94
{
@@ -209,7 +209,7 @@ $ cmake -G "Ninja Multi-Config" \
209
209
-B .build -S .
210
210
-- The CXX compiler identification is Clang 19.0.0
211
211
...
212
- -- Build files have been written to: /path/to/Optional26 /.build
212
+ -- Build files have been written to: /path/to/optional26 /.build
213
213
214
214
# Build.
215
215
$ cmake --build .build --config Asan --target all -- -k 0
@@ -218,8 +218,8 @@ $ cmake --build .build --config Asan --target all -- -k 0
218
218
219
219
# Run tests.
220
220
$ ctest --build-config Asan --output-on-failure --test-dir .build
221
- Internal ctest changing into directory: /path/to/Optional26 /.build
222
- Test project /path/to/Optional26 /.build
221
+ Internal ctest changing into directory: /path/to/optional26 /.build
222
+ Test project /path/to/optional26 /.build
223
223
...
224
224
100% tests passed, 0 tests failed out of 82
225
225
@@ -239,7 +239,7 @@ $ cmake -G "Ninja Multi-Config" \
239
239
-B .build -S .
240
240
-- The CXX compiler identification is Clang 19.0.0
241
241
...
242
- -- Build files have been written to: /path/to/Optional26 /.build
242
+ -- Build files have been written to: /path/to/optional26 /.build
243
243
244
244
# Build.
245
245
$ cmake --build .build --config Asan --target all -- -k 0
0 commit comments