[Libreoffice-commits] core.git: include/o3tl

Stephan Bergmann sbergman at redhat.com
Tue Sep 15 23:03:54 PDT 2015


 include/o3tl/typed_flags_set.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8f4c632b87a9c148a5d613839a091f01bcddd6c0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 16 08:03:28 2015 +0200

    Remove unnecessary typedef from previous attempt again
    
    Change-Id: Ic3e5c4aef4235124069035daadfb53ff3a1368a5

diff --git a/include/o3tl/typed_flags_set.hxx b/include/o3tl/typed_flags_set.hxx
index b698ae3..4755c09 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):


More information about the Libreoffice-commits mailing list