Liste des Groupes | Revenir à cl c |
On 2024-10-11, Thiago Adams <thiago.adams@gmail.com> wrote:I am comparing what C have so far. Only variables not functions.What I am suggesting again is remove the keyword constexpr. make constReally?
do that.
>
Just to remember C++ was already like that before constexpr. In c++
const could be used as constant expressions.
const int f(int x) { ... }
says that calls to f can be evaluated at compile time?
Les messages affichés proviennent d'usenet.