Age | Commit message (Collapse) | Author |
|
Fixes #1015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Found with GCC 9.1
|
|
|
|
Issue: #946
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #726
|
|
|
|
|
|
|
|
That long double cast shouldn't exist though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #910
|
|
|
|
Actually `macros.hpp' should become a util header.
|
|
|
|
|
|
|
|
Maybe this avoids Koenig lookup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let's not be concerned about global namespace pollution. These
identifiers aren't exposed in the api/ directory.
|
|
|
|
|
|
More work toward mixins.
|
|
|
|
The case `x+1 + w-1` and similar are wrong.
|
|
|