Michele Caini пре 2 година
родитељ
комит
44b3cb1294
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      test/common/boxed_type.h

+ 1 - 0
test/common/boxed_type.h

@@ -14,6 +14,7 @@ inline bool operator==(const boxed_type<Type> &lhs, const boxed_type<Type> &rhs)
 }
 
 using boxed_int = boxed_type<int>;
+using boxed_char = boxed_type<char>;
 
 } // namespace test