Is there any difference between constexpr and consteval ?
constexpr
consteval
consteval int x1 = 2; constexpr int x2 = 5;
Is it better to use constexpr than consteval?
Aucun commentaire:
Enregistrer un commentaire