소스 검색

test: boxed_ char type

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_int = boxed_type<int>;
+using boxed_char = boxed_type<char>;
 
 
 } // namespace test
 } // namespace test