aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Set.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/Set.cxx')
-rw-r--r--src/tag/Set.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/Set.cxx b/src/tag/Set.cxx
index 6a55a450f..157060d0c 100644
--- a/src/tag/Set.cxx
+++ b/src/tag/Set.cxx
@@ -75,7 +75,7 @@ TagSet::InsertUnique(const Tag &src, TagType type, const char *value,
else
builder.AddItem(type, value);
CopyTagMask(builder, src, group_mask);
-#if defined(__clang__) || GCC_CHECK_VERSION(4,8)
+#if CLANG_OR_GCC_VERSION(4,8)
emplace(builder.Commit());
#else
insert(builder.Commit());