Skip to content

Commit b01f1f1

Browse files
committed
modernizing
1 parent 3be9b20 commit b01f1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ticcl/ticcl_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "unicode/uchar.h"
3636

3737
namespace ticcl {
38-
typedef uint64_t bitType;
38+
using bitType = uint64_t;
3939

4040
const std::string S_SEPARATOR = "_";
4141
const icu::UnicodeString US_SEPARATOR = "_";

0 commit comments

Comments
 (0)