1[suppress_function] 2 # 3 # Remove functions from the C++ standard library if we are not 4 # looking at the standard library itself. 5 # 6 file_name_not_regexp = libstdc++.* 7 name_regexp = std::.* 8 drop = yes 9