We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638bcfe commit 8a58fb8Copy full SHA for 8a58fb8
buildcc/lib/target/include/target/target.h
@@ -93,7 +93,7 @@ class Target : public internal::BuilderInterface,
93
friend class internal::CompileObject;
94
friend class internal::LinkTarget;
95
96
- friend class TargetGetter<Target>;
+ friend class internal::TargetGetter<Target>;
97
98
private:
99
void Initialize();
0 commit comments