digitalmars.D - Shouldn't std.variant use const where appropriate?
- Brian Price (3/3) Jun 11 2008 D2.0's Phobos std.variant templates do not have non-mutating methods mar...
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