开源使用者
标签
C++:const 引用,类型说明符之前与之后
2022-01-05 00:00:00
reference
constants
c++
返回临时对象并绑定到 const 引用
2022-01-05 00:00:00
reference
constants
c++
如何初始化 constexpr 引用
2022-01-05 00:00:00
reference
c++
c++11
constexpr
在 C++ 中尽可能使用 const 吗?
2022-01-05 00:00:00
reference
pointers
constants
keyword
c++
我何时以及为什么要使用 -fno-elide-constructors?
2022-01-04 00:00:00
compiler-optimization
compilation
g++
c++
为什么带有 const 参数的函数声明允许调用带有非常量参数的函数?
2022-01-04 00:00:00
compilation
c++
在函数作用域(生命周期)之后,对临时对象的 const 引用被破坏
2022-01-04 00:00:00
reference
scope
c++
temporary-objects
const-reference
如何在 C/C++ 中构建自定义的简单 DNS 服务器
2022-01-04 00:00:00
c
dns
c++
c-ares 为 DNS 解析指定网络接口
2022-01-04 00:00:00
c
network-programming
dns
c++
c-ares
emacs 完成或 IntelliSense 与 Visual Studio 相同
2022-01-02 00:00:00
visual-studio
intellisense
c++
emacs
返回 constexpr 的函数无法编译
2021-12-31 00:00:00
compiler-errors
c++
c++11
constexpr
'从 some_type** 到 const some_type** 的无效转换'
2021-12-31 00:00:00
gcc
c
compiler-errors
c++
Constexpr 编译错误使用 std::acos 和 clang++ 而不是 g++
2021-12-31 00:00:00
compiler-errors
c++
constexpr
c++14
clang++
一个奇怪的 C++ 错误:test.cpp:15: 错误:将‘const *’作为‘*’的‘this’参数丢弃限定符
2021-12-31 00:00:00
compiler-errors
constants
c++
为什么不能“transform(s.begin(),s.end(),s.begin(),tolower)"?能顺利遵守吗?
2021-12-31 00:00:00
compiler-errors
lowercase
c++
toupper
tolower
如果函数在类范围内声明,则 constexpr 不起作用
2021-12-31 00:00:00
compiler-errors
g++
c++
c++11
constexpr
从‘const char*’到‘char’的无效转换
2021-12-31 00:00:00
string
compiler-errors
c++
在 C++ 中将 char 分配给 int 引用和 const int 引用
2021-12-31 00:00:00
reference
constants
casting
c++
c++03
在同一个类中使用 constexpr 作为模板参数时出错
2021-12-31 00:00:00
compiler-errors
c++
c++11
constexpr
“警告:“__const_coal"部分已弃用"在 Mac OS 上将 Xcode 更新到最新版本后出错
2021-12-31 00:00:00
macos
compiler-errors
g++
c++
xcode
«
74
75
76
77
78
79
80
81
82
83
»