本文主要是介绍2.4.4 constexpr和常量表达式,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
不合法
修改后:
#include <iostream>
using namespace std;
#include <cstdlib>int null = 0;
constexpr int* p = &null;int main() {}
这篇关于2.4.4 constexpr和常量表达式的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!