mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #403 Add Policy::MetaType::None for base class templates
This commit is contained in:
@@ -21,6 +21,7 @@ namespace BlackMisc
|
||||
//! \private
|
||||
template <> struct CValueObjectPolicy<Aviation::CComSystem> : public CValueObjectPolicy<>
|
||||
{
|
||||
using MetaType = Policy::MetaType::Default;
|
||||
using LessThan = Policy::LessThan::None;
|
||||
using Compare = Policy::Compare::None;
|
||||
using Hash = Policy::Hash::Own;
|
||||
|
||||
Reference in New Issue
Block a user