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 03:36:50 +0900
- Organization: Geomatys
Le 20/10/14 03:25, Werner Keil a écrit :
>
Without adding something like those JSR 308 checkers we never get and
>
never had true semantic compile time consistency on those <?> operations.
The lack of compile-time semantic is exactly why we have to use <?> and
accept casts on the user side. Safe casts.
Martin