[libcxx-commits] [libcxx] [libcxx] Add a missing include for __bit_iterator (PR #127015)
Ian Anderson via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 13 11:05:15 PST 2025
ian-twilightcoder wrote:
I was looking at this a few days ago. I don't really understand the error, both the header includes and the module exports look like this should work as-is. However, explicit exports like libc++ does in its module map are not very well tested/kind of barely supported at all, so I'm not surprised that there are issues, especially with lsv. Mostly we've fixed these sorts of things by adding extra `export`s in the module map rather than extra includes in the headers I think. @ldionne would know better though.
https://github.com/llvm/llvm-project/pull/127015
More information about the libcxx-commits
mailing list