mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Explicit template instantiations for mixins for containers
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
using namespace BlackMisc::Math;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
BLACK_DEFINE_SEQUENCE_MIXINS(BlackMisc::Geo, CCoordinateGeodetic, CCoordinateGeodeticList)
|
||||
|
||||
namespace BlackMisc::Geo
|
||||
{
|
||||
CCoordinateGeodeticList::CCoordinateGeodeticList()
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
#include <QMetaType>
|
||||
#include <initializer_list>
|
||||
|
||||
BLACK_DECLARE_SEQUENCE_MIXINS(BlackMisc::Geo, CCoordinateGeodetic, CCoordinateGeodeticList)
|
||||
|
||||
namespace BlackMisc::Geo
|
||||
{
|
||||
//! Value object encapsulating a list of coordinates.
|
||||
|
||||
Reference in New Issue
Block a user