Skip to content

Commit

Permalink
Warned about passing -allinst
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Nov 6, 2013
1 parent e6f4de5 commit 3492976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.dd
Expand Up @@ -559,7 +559,7 @@ The class could also be implemented in another library for which you do not have
which means you wouldn't be able to edit the inheritance list of that class.)

$(P The new $(D wrap) function allows you to perform a $(I structural cast), allowing a class object to
act as if it were an object of another type. For example:)
act as if it were an object of another type. For example (note: for now please pass the -allinst flag to dmd when compiling):)

---------
import std.typecons;
Expand Down

0 comments on commit 3492976

Please sign in to comment.