mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 22:18:03 +03:00
Remove obsolete TypeTuple references
Replace following names: std.typetuple -> std.meta TypeTuple -> AliasSeq ParameterTypeTuple -> Parameters FieldTypeTuple -> Fields std.traits requires more work than search/replace and is left unchanged.
This commit is contained in:
parent
8d9d606ef8
commit
d698887729
48 changed files with 643 additions and 645 deletions
|
@ -18,14 +18,14 @@
|
|||
* Modern C++ Design),
|
||||
* Andrei Alexandrescu (Addison-Wesley Professional, 2001)
|
||||
* Macros:
|
||||
* WIKI = Phobos/StdTypeTuple
|
||||
* WIKI = Phobos/StdMeta
|
||||
*
|
||||
* Copyright: Copyright Digital Mars 2005 - 2015.
|
||||
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
* Authors:
|
||||
* $(WEB digitalmars.com, Walter Bright),
|
||||
* $(WEB klickverbot.at, David Nadlinger)
|
||||
* Source: $(PHOBOSSRC std/_typetuple.d)
|
||||
* Source: $(PHOBOSSRC std/_meta.d)
|
||||
*/
|
||||
|
||||
module std.meta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue