Skip to content

Commit 430a3bd

Browse files
authored
Merge pull request #22716 from compnerd/reflect-the-reflection
SwiftRemoteMirror: resolve ambiguity in name lookup
2 parents 69ff99f + 70a7dda commit 430a3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ using namespace swift;
2020
using namespace swift::reflection;
2121
using namespace swift::remote;
2222

23-
using NativeReflectionContext
24-
= ReflectionContext<External<RuntimeTarget<sizeof(uintptr_t)>>>;
23+
using NativeReflectionContext = swift::reflection::ReflectionContext<
24+
External<RuntimeTarget<sizeof(uintptr_t)>>>;
2525

2626
struct SwiftReflectionContext {
2727
NativeReflectionContext *nativeContext;

0 commit comments

Comments
 (0)