Opened 4 years ago
#231 new defect
Cannot print tuple literal containing 0 or 1
Reported by: | f37yu | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
sout | [1, 2]; // error: cannot satisfy assertion sout | [2, 2]; // OK
Something might be wrong with implicit cast cost from zero_t and one_t to integral types. int should be preferred?
Note: See
TracTickets for help on using
tickets.