mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The standard library has grown significantly, and we need a new
directory structure that clearly reflects the role of the APIs, and
allows future growth.
See stdlib/{public,internal,private}/README.txt for more information.
Swift SVN r25876
8 lines
202 B
C++
8 lines
202 B
C++
// This file is here only to bring in the parts of Reflection.mm that apply
|
|
// when not using an objc runtime.
|
|
#include "swift/Runtime/Config.h"
|
|
|
|
#if !SWIFT_OBJC_INTEROP
|
|
#include "Reflection.mm"
|
|
#endif
|