We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be9b20 commit b01f1f1Copy full SHA for b01f1f1
include/ticcl/ticcl_common.h
@@ -35,7 +35,7 @@
35
#include "unicode/uchar.h"
36
37
namespace ticcl {
38
- typedef uint64_t bitType;
+ using bitType = uint64_t;
39
40
const std::string S_SEPARATOR = "_";
41
const icu::UnicodeString US_SEPARATOR = "_";
0 commit comments