Use Advanced Search to search the entire archive.
Re: Remove "generic" multiply/divide operations from Quantity
- From: Martin Desruisseaux <
>
- To:
- Subject: Re: Remove "generic" multiply/divide operations from Quantity
- Date: Mon, 20 Oct 2014 04:24:28 +0900
- Organization: Geomatys
Le 20/10/14 04:13, Werner Keil a écrit :
>
>
The <?> seems less future proof towards Java SE 8+ as it causes
>
compile failures at exactly those places (divide(), multiply()) already;-O
>
Werner, I do not buy this argument. I will never believe in those
compilation failures (except the Set<Unit<?>> problem) before I have
forked and fixed myself the RI.
Martin