mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
[Clang][Windows] Remove workarounds
This commit is contained in:
@@ -180,8 +180,8 @@ namespace BlackMisc::Geo
|
||||
// see here for the reason of thess forward instantiations
|
||||
// https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl
|
||||
//! \cond PRIVATE
|
||||
template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CEarthAngle<CLatitude>;
|
||||
template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CEarthAngle<CLongitude>;
|
||||
template class CEarthAngle<CLatitude>;
|
||||
template class CEarthAngle<CLongitude>;
|
||||
//! \endcond
|
||||
|
||||
} // namespace
|
||||
|
||||
@@ -24,12 +24,4 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
#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