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.
2 parents 69ff99f + 70a7dda commit 430a3bdCopy full SHA for 430a3bd
stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp
@@ -20,8 +20,8 @@ using namespace swift;
20
using namespace swift::reflection;
21
using namespace swift::remote;
22
23
-using NativeReflectionContext
24
- = ReflectionContext<External<RuntimeTarget<sizeof(uintptr_t)>>>;
+using NativeReflectionContext = swift::reflection::ReflectionContext<
+ External<RuntimeTarget<sizeof(uintptr_t)>>>;
25
26
struct SwiftReflectionContext {
27
NativeReflectionContext *nativeContext;
0 commit comments