flatsurf / e-antic

Embedded algebraic number fields
https://flatsurf.github.io/e-antic/libeantic/
GNU Lesser General Public License v3.0
12 stars 11 forks source link

Implement binary operators for short and unsigned short arguments #216

Closed saraedum closed 1 year ago

saraedum commented 3 years ago

We should implement these for the sake of completeness since otherwise get warnings when invoking these operators with an unsigned short:

passing 'short unsigned int' chooses 'int' over 'unsigned int' [-Wsign-promo]