Utils/RestrictedInt: export Base and Tag template types
[senf.git] / senf / Utils / RestrictedInt.hh
index 3ceacc9..ded9737 100644 (file)
@@ -49,6 +49,9 @@ namespace senf {
                  senf::comparable_safe_bool< RestrictedInt<Base,Tag> > > > > >
     {
     public:
+        typedef Base base_type;
+        typedef Tag tag_type;
+
         explicit RestrictedInt(Base value) : value_ (value) {}
         RestrictedInt() : value_ () {}