Fixed failing tests. refs #345

This commit is contained in:
Mathew Sutcliffe
2014-11-15 02:28:39 +00:00
parent ac9960d615
commit 8a3ba8bbed
5 changed files with 8 additions and 3 deletions

View File

@@ -20,8 +20,6 @@ namespace BlackMisc
//! \private
template <> struct CValueObjectStdTuplePolicy<Aviation::CComSystem> : public CValueObjectStdTuplePolicy<>
{
using MetaType = Policy::MetaType::Default;
using Equals = Policy::Equals::None;
using LessThan = Policy::LessThan::None;
using Compare = Policy::Compare::Own;
using Hash = Policy::Hash::Own;