mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
update cppcommon for rm uint
This commit is contained in:
parent
2f16e73a6f
commit
44ca48cb01
@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
namespace CPPCOMMON
|
namespace CPPCOMMON
|
||||||
{
|
{
|
||||||
typedef unsigned int uint;
|
|
||||||
typedef std::vector<uint16_t> Unicode;
|
typedef std::vector<uint16_t> Unicode;
|
||||||
typedef std::vector<uint16_t>::const_iterator UnicodeConstIterator;
|
typedef std::vector<uint16_t>::const_iterator UnicodeConstIterator;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user