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
This extracts the C++ runtime detection as recommended by Ben Boeckel.
Detect if `__GLIBCXX__` is defined in `<version>` indicating that
libstdc++ is being used. This allows for building the overlay for
alternative C++ runtimes (e.g. libc++) on Linux.
0 commit comments