forked from lix-project/lix
Add some more docs
This commit is contained in:
parent
13804f126e
commit
55592b253f
|
@ -11,6 +11,11 @@ namespace nix {
|
|||
class DerivationGoal;
|
||||
class SubstitutionGoal;
|
||||
|
||||
/* Workaround for not being able to declare a something like
|
||||
|
||||
class SubstitutionGoal : public Goal;
|
||||
|
||||
even when Goal is a complete type; */
|
||||
GoalPtr upcast_goal(std::shared_ptr<SubstitutionGoal> subGoal);
|
||||
|
||||
typedef std::chrono::time_point<std::chrono::steady_clock> steady_time_point;
|
||||
|
|
Loading…
Reference in a new issue