Skip to content
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 .exemplar_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0131279454a8b54a6038203a7b714e2e0a835039
07a42c8a3ace7b889d4d98df8f9ec3a4cf74887f
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix_config: >
{
"gcc": [
{ "versions": ["15"],
{ "versions": ["16"],
"tests": [
{ "cxxversions": ["c++26"],
"tests": [
Expand All @@ -50,7 +50,7 @@ jobs:
}
]
},
{ "versions": ["14"],
{ "versions": ["15", "14"],
"tests": [
{ "cxxversions": ["c++26", "c++23"],
"tests": [{ "stdlibs": ["libstdc++"], "tests": ["Release.Default"]}]
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the project's dependencies, including GoogleTest.

Example commands:

```
```shell
cmake \
-B build \
-S . \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can disable building tests by setting CMake option `BEMAN_CACHE_LATEST_BUILD

| Compiler | Version | C++ Standards | Standard Library |
|----------|---------|---------------|-------------------|
| GCC | 15-14 | C++26, C++23 | libstdc++ |
| GCC | 16-14 | C++26, C++23 | libstdc++ |
| Clang | 20-19 | C++26, C++23 | libstdc++, libc++ |

## Development
Expand Down