Remove Neg from BaseNum#114
Conversation
As per rust-lang/rust#23945, Neg is no longer implemented for unsigned types. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
I think we should discuss in that case, what BaseNum is supposed to mean. See also #113. cc @sebcrozet |
|
There are only two possibilities:
|
|
I am perfectly aware of that. The question is whether But this still changes the abstract definition of Anyway, to be practical I could probably merge this to get nalgebra to compile. Then we can think about proper abstractions later, see #32. |
|
Ahhh, yes. Could you publish it too? |
|
I'm in the process of fixing everything right now. |
As per rust-lang/rust#23945,
Negis no longer implemented for unsigned types.