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 b6ed127 commit c2f6cc6Copy full SHA for c2f6cc6
test/Interop/Cxx/class/inheritance/Inputs/sub-types.h
@@ -1,8 +1,3 @@
1
-template <class From, class To>
2
-To __swift_interopStaticCast(From from) {
3
- return static_cast<To>(from);
4
-}
5
-
6
struct Base {
7
enum class EnumClass : char { eca = 2, ecb = 3, ecc = 4 };
8
enum Enum { ea, eb, ec };
0 commit comments