Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 26, 2014 [Issue 12997] Variant's coerce function does not go from enums to their underlying types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12997 Mark Isaacson <markisaa@umich.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Variant |Variant's coerce function | |does not go from enums to | |their underlying types -- |
June 26, 2014 [Issue 12997] Variant's coerce function does not go from enums to their underlying types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12997 Mark Isaacson <markisaa@umich.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |All OS|Mac OS X |All --- Comment #1 from Mark Isaacson <markisaa@umich.edu> --- enum TestEnum : int { Bob } auto v = Variant(TestEnum.Bob); auto x = v.coerce!int(); //Throws exception -- |
January 30, 2018 [Issue 12997] Variant's coerce function does not go from enums to their underlying types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12997 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsteoh@quickfur.ath.cx See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=18339 -- |
December 17, 2022 [Issue 12997] Variant's coerce function does not go from enums to their underlying types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12997 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 12997] Variant's coerce function does not go from enums to their underlying types | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12997 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10066 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation