We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pb_ds 是 GCC 的私有实现,在其他编译器中不一定存在,会影响可移植性,例如: MSVC CLANG 在 Windows 下,很多程序的默认编译器为 MSVC,例如 python 的 distutils 等。 DistUtil
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pb_ds 是 GCC 的私有实现,在其他编译器中不一定存在,会影响可移植性,例如:
MSVC
CLANG
在 Windows 下,很多程序的默认编译器为 MSVC,例如 python 的 distutils 等。
DistUtil
The text was updated successfully, but these errors were encountered: