Skip to content

Commit

Permalink
[druntime/object.d] add public imports for core.interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator committed Dec 31, 2024
1 parent 9c4694f commit 40822d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions druntime/src/object.d
Original file line number Diff line number Diff line change
Expand Up @@ -4721,6 +4721,11 @@ public import core.lifetime : _d_newclassT;
public import core.lifetime : _d_newclassTTrace;
public import core.lifetime : _d_newitemT;

public import core.interpolation : InterpolationHeader;
public import core.interpolation : InterpolationFooter;
public import core.interpolation : InterpolatedLiteral;
public import core.interpolation : InterpolatedExpression;

public @trusted @nogc nothrow pure extern (C) void _d_delThrowable(scope Throwable);

// Compare class and interface objects for ordering.
Expand Down

0 comments on commit 40822d3

Please sign in to comment.