|
|
|
|
|
by peterfirefly
1137 days ago
|
|
constexpr is also ridiculously simple to implement -- because the existing compilers already do something similar internally for all enumeration constants. (Enumeration constants are the identifiers defined inside enum xxx {...}) |
|