Skip to content

Commit

Permalink
Update Godbolt to new C++20 form at https://godbolt.org/z/rfv4sqbYM.
Browse files Browse the repository at this point in the history
Also some minor formatting fixes.

PiperOrigin-RevId: 716738038
  • Loading branch information
jwhpryor authored and copybara-github committed Jan 17, 2025
1 parent fb3e35f commit ac9f7ce
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ It requires C++20, or clang enabled at C++17 or later. It is compatible with And
- **Arrays** *inline object construction for method arguments, efficient pinning of existing spans.*
- And *much* more!

<a href="https://docs.google.com/presentation/d/1PrpidDPcfbH37GywwzeL78Nd1fseHNEQoYWqbslYvBE/edit?usp=sharing" target="_blank">
<img src="slides-screenshot.png" width="300">
</a>
<a href="https://godbolt.org/z/4YMf5sPKc" target="_blank">
<img src="godbolt.png" width="300">
</a>
<div style="text-align: center;">
<a href="https://docs.google.com/presentation/d/1PrpidDPcfbH37GywwzeL78Nd1fseHNEQoYWqbslYvBE/edit?usp=sharing" target="_blank">
<img src="slides-screenshot.png" width="300" style="margin-right: 20px;">
</a>
<a href="https://godbolt.org/z/rfv4sqbYM" target="_blank">
<img src="godbolt.png" width="300" style="margin-left: 20px;">
</a>
</div>

Check out the slides above! If you're enjoying JNI Bind, or just want to support it, please consider adding a GitHub ⭐️!

Expand Down Expand Up @@ -151,7 +153,8 @@ bazel test --cxxopt='-std=c++20' ...
<b>⚠️ Note ⚠️</b> As of <b>Release-1.2.0-beta</b>, C++20 is the targeted syntax. See the <a href="#cpp17-clang-legacy-syntax">C++17/Clang Legacy Syntax</a> section for more details. To target C++17, use: <p><code> bazel test --cxxopt='-std=c++17' --repo_env=CC=clang ... </code>
</div>
<a name="usage"></a>
# Usage

## Usage

<a name="jvm-lifecycle"></a>
## JVM Lifecycle
Expand Down

0 comments on commit ac9f7ce

Please sign in to comment.