chenxuanye21

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
chenxuanye21 created a post, AnsweredIssues with std::format in CLion 2024.3: Incorrect Template Deduction and Errors Related to const char*, std::string and bf16
Hi everyone,I'm facing an issue with std::format in CLion 2024.3. For the following code: #include <iostream> #include <format> #include <string> int main() { std::cout << std::format("Hello, {}...