咔嚓 问答列表

std::d estroy_at 主要编译器之间的差异?

作者:Raymund Hofmann 提问时间:6/24/2022

将编译器资源管理器与以下功能一起使用: #include <iostream> #include <memory> struct test { test(int i) { std::cout...

Clang 标准库中的__nat类

作者:hohohmm 提问时间:6/5/2018

我正在浏览 clang 的 C++ 标准库,并在类中找到了这个类。shared_ptr class shared_ptr // ... private: struct __nat {int __f...

clang OpenMP 循环继续计数超出循环条件限制

作者:nh2 提问时间:10/30/2023

我有以下有趣的问题: #include <iostream> #include <omp.h> using namespace std; int main(const int, const ch...

无法编译 caide-cpp-inliner

作者:user366312 提问时间:11/7/2023

我需要一个在 C++ 中消除死代码的工具。 caide-cpp-内衬 因此,我克隆了完整的 Git 存储库以及 ,我正在尝试使用 CLion 和 MSYS2 MinGW64 编译 Caide。ll...


共4条 当前第1页