Michele Caini 2 лет назад
Родитель
Сommit
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