Skip to content

Commit a2f272b

Browse files
authored
Merge pull request #52 from SkipperAndrei/issue/258/compiler_explorer
Add compiler explorer badge
2 parents 8663a6a + 9bff01f commit a2f272b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
-->
66

7-
<!-- markdownlint-disable-next-line line-length -->
8-
![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Continuous Integration Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci_tests.yml/badge.svg) ![Lint Check (pre-commit)](https://github.com/bemanproject/iterator_interface/actions/workflows/pre-commit-check.yml/badge.svg) [![Coverage](https://coveralls.io/repos/github/bemanproject/iterator_interface/badge.svg?branch=main)](https://coveralls.io/github/bemanproject/iterator_interface?branch=main) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg)
7+
<!-- markdownlint-disable -->
8+
![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) <img src="https://github.com/bemanproject/beman/blob/main/images/logos/beman_logo-beman_library_under_development.png" style="width:5%; height:auto;"> ![CI Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci.yml/badge.svg) ![Standard Target](https://github.com/bemanproject/beman/blob/main/images/badges/cpp29.svg) [![Compiler Explorer Example](https://img.shields.io/badge/Try%20it%20on%20Compiler%20Explorer-grey?logo=compilerexplorer&logoColor=67c52a)](https://godbolt.org/z/Kcq9bbeWW)
9+
<!-- markdownlint-enable -->
910

1011
**Implements**: [`std::iterator_interface` (P2727R4)](https://wg21.link/P2727R4)
1112

0 commit comments

Comments
 (0)