Skip to content

Commit

Permalink
Merge pull request bemanproject#74 from beman-project/neatudarius-doc…
Browse files Browse the repository at this point in the history
…s-tweaks

Update typos in README after repo renaming
  • Loading branch information
neatudarius authored Nov 9, 2024
2 parents e1da48d + adb8bb6 commit 31c4462
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SPDX-License-Identifier: 2.0 license with LLVM exceptions
-->

![CI Tests](https://github.com/beman-project/Optional26/actions/workflows/ci.yml/badge.svg)
![CI Tests](https://github.com/beman-project/optional26/actions/workflows/ci.yml/badge.svg)

This repository implements `std::optional` extensions targeting C++26. The `beman.optional26` library aims to evaluate
the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21
Expand Down Expand Up @@ -88,7 +88,7 @@ The next code snippet shows optional reference support added in [`std::optional<
(P2988R5)](https://wg21.link/P2988R5):

```cpp
#include <Beman/Optional26/optional.hpp>
#include <beman/optional26/optional.hpp>
...

{
Expand Down Expand Up @@ -209,7 +209,7 @@ $ cmake -G "Ninja Multi-Config" \
-B .build -S .
-- The CXX compiler identification is Clang 19.0.0
...
-- Build files have been written to: /path/to/Optional26/.build
-- Build files have been written to: /path/to/optional26/.build

# Build.
$ cmake --build .build --config Asan --target all -- -k 0
Expand All @@ -218,8 +218,8 @@ $ cmake --build .build --config Asan --target all -- -k 0

# Run tests.
$ ctest --build-config Asan --output-on-failure --test-dir .build
Internal ctest changing into directory: /path/to/Optional26/.build
Test project /path/to/Optional26/.build
Internal ctest changing into directory: /path/to/optional26/.build
Test project /path/to/optional26/.build
...
100% tests passed, 0 tests failed out of 82

Expand All @@ -239,7 +239,7 @@ $ cmake -G "Ninja Multi-Config" \
-B .build -S .
-- The CXX compiler identification is Clang 19.0.0
...
-- Build files have been written to: /path/to/Optional26/.build
-- Build files have been written to: /path/to/optional26/.build

# Build.
$ cmake --build .build --config Asan --target all -- -k 0
Expand Down

0 comments on commit 31c4462

Please sign in to comment.