mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #559] [MERGED] bitfield: Make interface fully constexpr #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:field📝 Commits (1)
a27aa45bitfield: 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.