Add minimal mappings for libc++

This mapping file can be used to work around issues #141, #299,

It doesn't really fix the issues, but it allows users to get on
with their lives.

Patch adapted from work by Eugene Zelenko, thanks!
This commit is contained in:
EugeneZelenko 2016-05-19 17:44:17 -07:00 committed by Kim Grasman
parent 9c432a9763
commit 2205f1ac6a
1 changed files with 7 additions and 0 deletions

7
libcxx.imp Normal file
View File

@ -0,0 +1,7 @@
# libc++ headers
[
{ include: ["<__functional_base>", private, "<functional>", public ] },
{ include: ["<__mutex_base>", private, "<mutex>", public ] },
{ symbol: [ "std::move", private, "<algorithm>", public ] },
{ symbol: [ "std::string", private, "<string>", public ] },
]