mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
8 lines
142 B
C++
8 lines
142 B
C++
#ifndef LIMONP_FORCE_PUBLIC_H
|
|
#define LIMONP_FORCE_PUBLIC_H
|
|
|
|
#define private public
|
|
#define protected public
|
|
|
|
#endif // LIMONP_FORCE_PUBLIC_H
|