summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-25 11:24:15 +0200
committerNoel Grandin <noel@peralex.com>2015-08-26 08:26:51 +0200
commita05d6ac2a2a97081c6e9af1f9c8137fd91e739b6 (patch)
tree197658e9c09aadf8b48bf96cfe554b2afc435840 /include/o3tl
parent97bf7c6cc7c756109e75dc11641300e28e8b3d1f (diff)
Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_set"
sberg did not like this macro, let's see if I can find a better solution. This reverts commit e51fa143587d018b75db08e60cf27ff932b1cf8d.
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/typed_flags_set.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/o3tl/typed_flags_set.hxx b/include/o3tl/typed_flags_set.hxx
index d3ac7e276775..0aab70b1d82f 100644
--- a/include/o3tl/typed_flags_set.hxx
+++ b/include/o3tl/typed_flags_set.hxx
@@ -320,15 +320,6 @@ inline typename o3tl::typed_flags<E>::Self operator ^=(
return lhs;
}
-/*
- * Make the declaration sites a little less verbose
- */
-#define DECLARE_TYPED_FLAGS(T,V) \
- namespace o3tl \
- { \
- template<> struct typed_flags<T> : is_typed_flags<T,V> {}; \
- } \
-
#endif /* INCLUDED_O3TL_TYPED_FLAGS_SET_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */