Skip to content

Conversation

aminya
Copy link
Member

@aminya aminya commented Jul 4, 2022

atom#84

Description of the change

This uses constexpr instead of static const for compile-time variables

constexpr variable is guaranteed to have a value available at compile-time. whereas static const members or const variables could either mean a
compile-time value or a runtime value.

Verifications

Tests pass

Release Notes

N/A

constexpr variable is guaranteed to have a value available at compile 
time. whereas static const members or const variable could either mean a 
compile time value or a runtime value.
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