Skip to content

Commit

Permalink
modernizing
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 4, 2024
1 parent 3be9b20 commit b01f1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ticcl/ticcl_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "unicode/uchar.h"

namespace ticcl {
typedef uint64_t bitType;
using bitType = uint64_t;

const std::string S_SEPARATOR = "_";
const icu::UnicodeString US_SEPARATOR = "_";
Expand Down

0 comments on commit b01f1f1

Please sign in to comment.