[PR #559] [MERGED] bitfield: Make interface fully constexpr #26

Open
opened 2026-01-29 19:06:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/559
Author: @lioncash
Created: 6/23/2020
Status: Merged
Merged: 6/23/2020
Merged by: @stenzek

Base: masterHead: field


📝 Commits (1)

  • a27aa45 bitfield: Make interface fully constexpr

📊 Changes

1 file changed (+17 additions, -17 deletions)

View changed files

📝 src/common/bitfield.h (+17 -17)

📄 Description

Given C++17 is being used, the entire interface is capable of being constexpr.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/559 **Author:** [@lioncash](https://github.com/lioncash) **Created:** 6/23/2020 **Status:** ✅ Merged **Merged:** 6/23/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `field` --- ### 📝 Commits (1) - [`a27aa45`](https://github.com/stenzek/duckstation/commit/a27aa45e6a5a0b82430fc3d7df671b8be86d6d61) bitfield: Make interface fully constexpr ### 📊 Changes **1 file changed** (+17 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/common/bitfield.h` (+17 -17) </details> ### 📄 Description Given C++17 is being used, the entire interface is capable of being constexpr. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:06:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#26