refs #403 Add Policy::MetaType::None for base class templates

This commit is contained in:
Roland Winklmeier
2015-04-21 00:05:39 +02:00
parent e5e8cf00ef
commit 38b00e06b3
18 changed files with 116 additions and 2 deletions

View File

@@ -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;