Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[optional26 repo] Update docs: org renamed to bemanproject #83

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cff-version: 1.0.0
message: "If you use this software, please cite it as below."
title: "beman.optional26"
url: "https://github.com/beman-project/Optional26"
url: "https://github.com/bemanproject/optional26"
2 changes: 1 addition & 1 deletion 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/bemanproject/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
2 changes: 1 addition & 1 deletion src/beman/optional26/tests/test_constructor_fail.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// src/Beman/Optional26/tests/test_constructor_fail.t.cpp -*-C++-*-
// src/beman/optional26/tests/test_constructor_fail.t.cpp -*-C++-*-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#include <beman/optional26/optional.hpp>
Expand Down
Loading