Also, in file scope, would C++:

constexpr auto constant = 3;

be the same as:

immutable constant = 3;

?

Reply via email to