Browse Source
Some objects declare their handle type as const, while others declare it as constexpr. This makes the const ones constexpr for consistency, and prevent unexpected compilation errors if these happen to be attempted to be used within a constexpr context.pull/15/merge
10 changed files with 10 additions and 10 deletions
Loading…
Reference in new issue