mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 06:28:28 +03:00
Issue 6572 - Deprecate typedef
Remove use of deprecated typedef from phobos. This mostly consists of changing typedef to alias, and disabling unittests that require typedef. One change to std.registry is needed to work around a bug in typedef (6571).
This commit is contained in:
parent
2297b0e2f5
commit
1590a5cc38
10 changed files with 31 additions and 31 deletions
|
@ -114,7 +114,7 @@ public enum Endian
|
|||
/+ + These are borrowed from synsoft.win32.types for the moment, but will not be
|
||||
+ needed once I've convinced Walter to use strong typedefs for things like HKEY +
|
||||
+/
|
||||
private typedef uint Reserved;
|
||||
private alias uint Reserved;
|
||||
|
||||
//import synsoft.text.token;
|
||||
/+ ++++++ This is borrowed from synsoft.text.token, until such time as something
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue