Skip to content

Conversation

@gcsmith
Copy link
Contributor

@gcsmith gcsmith commented Jan 18, 2026

The minimum standard is C++20, so require() should be OK. Not sure about the supported compiler versions though.

I'm not handling float/double for index >= 4 because it's already constrained to only supporting index == 0, and it doesn't seem like there's any use case for it in the runtime.

@gcsmith
Copy link
Contributor Author

gcsmith commented Jan 18, 2026

If compiler support is a problem I can switch to std::enable_if or some other SFINAE mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant