Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\fmt\include\fmt/format.h(1698): warning C4127 #4232

Closed
UnrealKaraulov opened this issue Nov 9, 2024 · 2 comments
Closed

\fmt\include\fmt/format.h(1698): warning C4127 #4232

UnrealKaraulov opened this issue Nov 9, 2024 · 2 comments

Comments

@UnrealKaraulov
Copy link

UnrealKaraulov commented Nov 9, 2024

3>.\..\fmt\include\fmt/format.h(1698): warning C4127: условное выражение является константой (компилируется исходный файл .\..\src\editor\Renderer.cpp)
3>.\..\fmt\include\fmt/format.h(1698): note: Попробуйте использовать инструкцию "if constexpr" (компилируется исходный файл .\..\src\editor\Renderer.cpp)
3>.\..\fmt\include\fmt/format.h(1721): warning C4127: условное выражение является константой (компилируется исходный файл .\..\src\editor\Renderer.cpp)
3>.\..\fmt\include\fmt/format.h(1721): note: Попробуйте использовать инструкцию "if constexpr" (компилируется исходный файл .\..\src\editor\Renderer.cpp)
3>.\..\fmt\include\fmt/format.h(1698): warning C4127: условное выражение является константой (компилируется исходный файл .\..\src\editor\Gui.cpp)
3>.\..\fmt\include\fmt/format.h(1698): note: Попробуйте использовать инструкцию "if constexpr" (компилируется исходный файл .\..\src\editor\Gui.cpp)
3>.\..\fmt\include\fmt/format.h(1721): warning C4127: условное выражение является константой (компилируется исходный файл .\..\src\editor\Gui.cpp)
3>.\..\fmt\include\fmt/format.h(1721): note: Попробуйте использовать инструкцию "if constexpr" (компилируется исходный файл .\..\src\editor\Gui.cpp)

How to fix this compile errors in fmtlib?

Visual Studio 2022

@UnrealKaraulov
Copy link
Author

(after upgrade fmtlib to latest version)

@vitaut
Copy link
Contributor

vitaut commented Nov 9, 2024

Same as #4220.

@vitaut vitaut closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants