Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

代码中使用std::format时,编译报无法解析的外部符号 ___std_get_cvt@8(x86),__std_get_cvt(x64) #75

Closed
stsm85 opened this issue Jun 16, 2021 · 1 comment

Comments

@stsm85
Copy link

stsm85 commented Jun 16, 2021

bug标题(Describe the bug)
代码中使用std::format时,编译报错:
x86: 无法解析的外部符号 ___std_get_cvt@8
x64: 无法解析的外部符号 __std_get_cvt

如何重现此问题?(To Reproduce)
Steps to reproduce the behavior:

使用代码
auto base64str = std::format("123123{}", "asd");

预期行为(Expected behavior)

相关截图(Screenshots)

环境信息:(Information)

  • OS: Windows 7 SP1 x64
  • VC-LTL Version 4.1.3-Beta1
  • VC Tools Version 14.29.30037
  • UCRT Version 10.0.19041.0
  • Platform x86 x64

其他信息(Additional context)

@mingkuang-Chuyu mingkuang-Chuyu added 类别:问题 进度:正在跟进 我们正在寻找解决方案。 labels Jun 18, 2021
@mingkuang-Chuyu mingkuang-Chuyu added 进度:等待发布 问题处理完成,请等待新版本。 方案:已经修复 and removed 进度:正在跟进 我们正在寻找解决方案。 进度:等待发布 问题处理完成,请等待新版本。 labels Jun 18, 2021
@mingkuang-Chuyu
Copy link
Collaborator

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

No branches or pull requests

2 participants