You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The draft #98 adds experimental support for C++23 module std. Getting things to work required some customizations to the internal file inputs and to the way we handle toolchain.cpp_stdlib. This is not pretty. We should rework things in a way that doesn't require hacky list indexing and .to_list()ing depsets.
The text was updated successfully, but these errors were encountered:
The draft #98 adds experimental support for C++23 module
std
. Getting things to work required some customizations to the internal file inputs and to the way we handletoolchain.cpp_stdlib
. This is not pretty. We should rework things in a way that doesn't require hacky list indexing and.to_list()
ing depsets.The text was updated successfully, but these errors were encountered: