summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-16 08:03:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-16 08:03:28 +0200
commit8f4c632b87a9c148a5d613839a091f01bcddd6c0 (patch)
tree4f12633bb43f06b735a7f8a42256edea9424ec7a /include/o3tl
parentdd0fa60f6c289d7f290577cc240deb7b6e83fc8f (diff)
Remove unnecessary typedef from previous attempt again
Change-Id: Ic3e5c4aef4235124069035daadfb53ff3a1368a5
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/typed_flags_set.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/o3tl/typed_flags_set.hxx b/include/o3tl/typed_flags_set.hxx
index b698ae3efb23..4755c09fb536 100644
--- a/include/o3tl/typed_flags_set.hxx
+++ b/include/o3tl/typed_flags_set.hxx
@@ -68,7 +68,6 @@ struct is_typed_flags {
class Wrap {
public:
- typedef typename std::underlying_type<E>::type underlying_type;
typedef is_typed_flags Unwrapped;
explicit Wrap(typename std::underlying_type<E>::type value):