Browse Source

test: boxed_ char type

Michele Caini 2 năm trước cách đây
mục cha
commit
44b3cb1294
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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_int = boxed_type<int>;
+using boxed_char = boxed_type<char>;
 
 
 } // namespace test
 } // namespace test