Compile-time or runtime detection within a constexpr function

前端 未结 2 1132
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 06:46

I was excited when constexpr was introduced in C++11, but I unfortunately made optimistic assumptions about its usefulness. I assumed that we could use constexpr anywhere to

2条回答
提交回复
热议问题