www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Shouldn't std.variant use const where appropriate?

D2.0's Phobos std.variant templates do not have non-mutating methods marked as
const.  This makes them next to useless by code that is respecting const.  Is
this by design or something that will be fixed?

Thanks,
Brian
Jun 11 2008