mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 15:10:46 +03:00
7 lines
369 B
Text
7 lines
369 B
Text
`AllImplicitConversionTargets` replaces `ImplicitConversionTargets`
|
|
|
|
The function `ImplicitConversionTargets` in module `std.traits` has a
|
|
design flaw: The list of conversion targets contains some, but not all
|
|
unsafe conversion targets. To overcome this, a new function
|
|
`AllImplicitConversionTargets` has been added and
|
|
`ImplicitConversionTargets` has been deprecated.
|