[phobos] [D-Programming-Language/phobos] 119f7f: Revert all const qualifier of class member functio...
GitHub
noreply at github.com
Mon Jul 30 18:33:05 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 119f7f7424b7e9ad5958589dd0309758693ca620
https://github.com/D-Programming-Language/phobos/commit/119f7f7424b7e9ad5958589dd0309758693ca620
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M std/csv.d
M std/outbuffer.d
M std/utf.d
M std/xml.d
Log Message:
-----------
Revert all const qualifier of class member functions that inherited from Object.
This change is necessary to avoid breaking existing codes which inherit them in user code.
Commit: dbcee5992284f4706699fa77c2fd0cae96f4240f
https://github.com/D-Programming-Language/phobos/commit/dbcee5992284f4706699fa77c2fd0cae96f4240f
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M std/csv.d
M std/outbuffer.d
M std/utf.d
M std/xml.d
Log Message:
-----------
Merge pull request #730 from 9rnsr/rev_const
Revert all const qualifier of class member functions that inherited from Object.
Compare: https://github.com/D-Programming-Language/phobos/compare/09ea7f599b6c...dbcee5992284
More information about the phobos
mailing list