mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #403 Add Policy::MetaType::None for base class templates
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Geo { template <class> class CEarthAngle; }
|
||||
|
||||
//! \private
|
||||
template <class LATorLON> struct CValueObjectPolicy<Geo::CEarthAngle<LATorLON>> : public CValueObjectPolicy<>
|
||||
{
|
||||
using MetaType = Policy::MetaType::None;
|
||||
};
|
||||
|
||||
namespace Geo
|
||||
{
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user