Liste des Groupes | Revenir à cl c |
Am 20.10.2024 um 14:22 schrieb Thiago Adams:I think a more generic feature would be to have a standard way of promoting selected warnings to errors. This would avoid stacking features with small differences, such as treating constexpr as a special case compared to other constant expressions in C.
//'constexpr' initializer not representable in type of objectGood that we have constexpr now.
constexpr unsigned char c= 1234;
with const it is a warning. ...
Les messages affichés proviennent d'usenet.