Skip to content

Remove C++20 requirement - #1577

Open
tomek-brcm wants to merge 1 commit into
KhronosGroup:mainfrom
tomek-brcm:main
Open

tomek-brcm wants to merge 1 commit into
KhronosGroup:mainfrom
tomek-brcm:main

Conversation

@tomek-brcm

Copy link
Copy Markdown

A trivial fix that removes C++20 requirement.

Fixes #1576

@SaschaWillems

Copy link
Copy Markdown
Collaborator

We explicitly bumped the min. C++ requirement to 20, see https://github.com/KhronosGroup/Vulkan-Samples#requirements

@asuessenbach

Copy link
Copy Markdown
Contributor

We're on C++20, right. But I vaguely remember that there was at least one platform that supports C++20, but not std::format. That's why we're still using fmt::format, instead of std::format.

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.

A single line of code introduces C++20 dependency

3 participants