Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Fix usage of constexpr constants in MSVC #276

Merged
merged 3 commits into from
Nov 19, 2021
Merged

Conversation

DuncanMcBain
Copy link
Member

Seemingly MSVC cannot consume the constexpr constants in the
lambda without them being static as well.

DuncanMcBain and others added 3 commits November 17, 2021 15:35
Seemingly MSVC cannot consume the constexpr constants in the
lambda without them being static as well.
@DuncanMcBain DuncanMcBain requested a review from hjabird November 19, 2021 13:50
Copy link
Contributor

@hjabird hjabird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@DuncanMcBain DuncanMcBain merged commit dcad1ce into master Nov 19, 2021
@DuncanMcBain DuncanMcBain deleted the fix-constexpr-msvc branch November 19, 2021 14:15
@ProGTX
Copy link
Contributor

ProGTX commented Nov 19, 2021

Linking to #95 as related

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants