mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
__APPLE__
This commit is contained in:
parent
b3d928a450
commit
5121bf675e
@ -3,7 +3,10 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
#if(__cplusplus == 201103L)
|
||||
#ifdef __APPLE__
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#elif(__cplusplus == 201103L)
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user