@@ -377,11 +377,6 @@ SYMBOL(gmtime_r, None, <time.h>)
377377SYMBOL(gmtime_s, None, <ctime>)
378378SYMBOL(gmtime_s, None, <time.h>)
379379
380- SYMBOL(binary_search, std::ranges::, <algorithm>)
381- SYMBOL(equal_range, std::ranges::, <algorithm>)
382- SYMBOL(lower_bound, std::ranges::, <algorithm>)
383- SYMBOL(upper_bound, std::ranges::, <algorithm>)
384-
385380// The std::placeholder symbols (_1, ..., _N) are listed in the cppreference
386381// placeholder.html, but the index only contains a single entry with "_1, _2, ..., _N"
387382// text, which are not handled by the script.
@@ -416,6 +411,11 @@ SYMBOL(_27, std::placeholders::, <functional>)
416411SYMBOL(_28, std::placeholders::, <functional>)
417412SYMBOL(_29, std::placeholders::, <functional>)
418413
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