Commit ce361d2
mimalloc: Hide C++ STL allocator implementation on Android
When mimalloc is used as the system allocator and compiled as part of
Bionic libc on Android, this header is included in C++ code without the
STL.
Hide the std::allocator interface to fix the build errors.1 parent cacb387 commit ce361d2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments