【发布时间】:2022-07-29 09:59:26
【问题描述】:
【问题讨论】:
-
import std;是 C++23 功能,AFAIK 尚未实现编译器。import std.core;是 Microsoft 特定模块 -
有趣。欢迎回来
bits/stdc++.h。 -
参见 MSDN 上的 Overview of modules in C++,尤其是 Consume the C++ Standard Library as modules,它描述了
std.core模块
标签: c++ visual-studio c++20 c++-modules