使用 boost 1.36 和 C++ 的 RHEL4 版本的问题
我正在努力解决一个神秘的问题 我只在我的 RHEL4 发行版上看到。我的一些单元测试(使用 boost 1.36 单元测试框架)在 RHEL4 (gcc 3.4.6) 上和使用发…
无法将流代码与 gcc 链接
我在编译以下代码时遇到问题: // writing on a text file #include <iostream> #include <fstream> using namespace std int main () { ofst…
GCC 3.4.3 中的 vector::push_back 错误?
使用 GCC 为 ARM 构建时,以下代码会崩溃: #include <vector> using namespace std void foo(vector<bool>& bools) { bools.push_back(tr…
- 共 1 页
- 1