Message329518
> Note: "static const int single_input = 305;" cause a complation error on "case single_input": "case label does not reduce to an integer constant".
Ah! A friend gave me another solution, define an enum. Example:
enum {
single_input = 256,
...
}; |
|
Date |
User |
Action |
Args |
2018-11-09 14:08:58 | vstinner | set | recipients:
+ vstinner |
2018-11-09 14:08:58 | vstinner | set | messageid: <1541772538.37.0.788709270274.issue35197@psf.upfronthosting.co.za> |
2018-11-09 14:08:58 | vstinner | link | issue35197 messages |
2018-11-09 14:08:58 | vstinner | create | |
|