ChillerDragon wrote: @HerrCai0907 a constexpr is const so it does not change. A variable means it can vary. Isn't it contradicting then to say a constant variable (`ConstexprVariable`) exists? The way I see it there are constants and there are variables.
https://github.com/llvm/llvm-project/pull/162160 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
