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
Libstdc++ from g++7 contains:
namespace std
{
inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
}
We need to tolerate the construct (without doing anything useful with the attribute)
to be able to use any includes from that version of the standard library.
0 commit comments