mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
refs #413 All value classes which had custom policies shall inherit from mixins instead.
This commit is contained in:
@@ -16,14 +16,6 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
@@ -33,7 +25,7 @@ namespace BlackMisc
|
||||
/*!
|
||||
* Base class for latitude / longitude
|
||||
*/
|
||||
template <class LATorLON> class CEarthAngle : public CValueObject<CEarthAngle<LATorLON>, PhysicalQuantities::CAngle>
|
||||
template <class LATorLON> class CEarthAngle : public PhysicalQuantities::CAngle
|
||||
{
|
||||
public:
|
||||
//! Plus operator +=
|
||||
|
||||
Reference in New Issue
Block a user