Răsfoiți Sursa

test: boxed_ char type

Michele Caini 2 ani în urmă
părinte
comite
44b3cb1294
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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