On 9/6/11, Adam Ruppe <destructiona...@gmail.com> wrote:
> Andrej Mitrovic wrote:
>> select deprecated functionality
>
> The problem I have is old code isn't going to change itself
> to select old functions.

I mean hypothetically with a new version this could be a compile switch:

$ dmd main.d xml.d  # use new version
$ dmd main.d xml.d -version=2.053 # use old version

I'm not exactly sure if it could work like that.. but anyway if it's
just xml then we don't have to introduce a whole new way of using
deprecated code I guess.

Reply via email to