for i in $(find /usr/lib/ /lib/ -name '*.so'); do nm -CD "$i" 2>/dev/null|grep -q 'std::(basic_string|list)'&&echo "$i"; done|xargs qfile -S
@doragasu That only checks for packages which use libstdc++, doesn't it? The soname didn't change so it can't tell you if they were rebuilt.
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.