Closed saraedum closed 1 year ago
We should implement these for the sake of completeness since otherwise get warnings when invoking these operators with an unsigned short:
unsigned short
passing 'short unsigned int' chooses 'int' over 'unsigned int' [-Wsign-promo]
We should implement these for the sake of completeness since otherwise get warnings when invoking these operators with an
unsigned short
: