Open
Description
Clang carries a number of hacks for older libstdc++ versions, some for libstdc++ 4.4 (which can be found by searching for "libstdc++" in the clang subtree).
It would be useful to document the minimal version of libstdc++ we think Clang should be compatible with (which would hopefully be tested by CI), and from there, clean up any such workarounds we no longer need.