mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Fix for Jenkins build. refs #345
This commit is contained in:
@@ -168,7 +168,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
// A tuple element with attached metadata.
|
// A tuple element with attached metadata.
|
||||||
template <class T, qint64 Flags = 0>
|
template <class T, qint64 Flags = 0>
|
||||||
struct Attribute : public AttributeComparable<Attribute<T, Flags>, Flags & DisabledForComparison, Flags & CaseInsensitiveComparison>
|
struct Attribute : public AttributeComparable<Attribute<T, Flags>, bool(Flags & DisabledForComparison), bool(Flags & CaseInsensitiveComparison)>
|
||||||
{
|
{
|
||||||
typedef T type;
|
typedef T type;
|
||||||
static const qint64 flags = Flags;
|
static const qint64 flags = Flags;
|
||||||
|
|||||||
Reference in New Issue
Block a user