[PATCH] D32411: [libcxx] Provide #include_next alternative for MSVC

Andrey Khalyavin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 02:10:14 PDT 2017


halyavin added a comment.

BTW, the list of include files which are located in [PROGRAM_FILES]\Microsoft Visual Studio 14.0\VC\include directory is

- stdbool.h
- limits.h
- stdint.h
- setjmp.h

The rest is in [PROGRAM_FILES]\Windows Kits\10\Include\10.0.whatever.0\ucrt directory. Which directory @_LIBCPP_INCLUDE_NEXT@ is supposed to point to?


https://reviews.llvm.org/D32411





More information about the cfe-commits mailing list