mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Issue #77 Explicit template instantiations needed by Clang on Windows
This commit is contained in:
@@ -22,5 +22,14 @@ namespace BlackMisc
|
||||
CLongitude::registerMetadata();
|
||||
CElevationPlane::registerMetadata();
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(Q_OS_WIN) && defined(Q_CC_CLANG)
|
||||
namespace Private
|
||||
{
|
||||
template void maybeRegisterMetaListConvert<Geo::CCoordinateGeodeticList>(int);
|
||||
template void maybeRegisterMetaListConvert<CSequence<Geo::CCoordinateGeodetic>>(int);
|
||||
} // ns
|
||||
#endif
|
||||
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user