@@ -367,6 +367,11 @@ SYMBOL(any_cast, std::, <any>)
367367SYMBOL(div, std::, <cstdlib>)
368368SYMBOL(abort, std::, <cstdlib>)
369369
370+ SYMBOL(binary_search, std::ranges::, <algorithm>)
371+ SYMBOL(equal_range, std::ranges::, <algorithm>)
372+ SYMBOL(lower_bound, std::ranges::, <algorithm>)
373+ SYMBOL(upper_bound, std::ranges::, <algorithm>)
374+
370375// These are C symbols that are not under std namespace.
371376SYMBOL(localtime_r, None, <ctime>)
372377SYMBOL(localtime_r, None, <time.h>)
@@ -411,11 +416,6 @@ SYMBOL(_27, std::placeholders::, <functional>)
411416SYMBOL(_28, std::placeholders::, <functional>)
412417SYMBOL(_29, std::placeholders::, <functional>)
413418
414- SYMBOL(binary_search, std::ranges::, <algorithm>)
415- SYMBOL(equal_range, std::ranges::, <algorithm>)
416- SYMBOL(lower_bound, std::ranges::, <algorithm>)
417- SYMBOL(upper_bound, std::ranges::, <algorithm>)
418-
419419// Macros
420420SYMBOL(NULL , None, <cstddef>)
421421SYMBOL(NULL , None, <stddef.h>)
0 commit comments