A NOTE has been added to this issue. ====================================================================== https://www.austingroupbugs.net/view.php?id=1928 ====================================================================== Reported By: enh Assigned To: ajosey ====================================================================== Project: 1003.1(2024)/Issue8 Issue ID: 1928 Category: System Interfaces Type: Error Severity: Editorial Priority: normal Status: Under Review Name: Elliott Hughes Organization: Google User Reference: Section: <search.h> Page Number: (web) Line Number: (web) Interp Status: --- Final Accepted Text: ====================================================================== Date Submitted: 2025-06-09 16:11 UTC Last Modified: 2025-06-26 16:25 UTC ====================================================================== Summary: `void *` shown as `void` in <search.h> page ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0001011 Make the binary search tree functions f... ======================================================================
---------------------------------------------------------------------- (0007213) geoffclare (manager) - 2025-06-26 16:25 https://www.austingroupbugs.net/view.php?id=1928#c7213 ---------------------------------------------------------------------- On page 341 line 11994 section <search.h> (RATIONALE), change: <blockquote>Earlier versions of this standard explicitly used <b>void</b> for both node and key references where this version now uses <b>posix_tnode</b> for nodes and keeps <b>void</b> in the text referring only to keys.</blockquote> to: <blockquote>Earlier versions of this standard explicitly used pointer types based on <b>void</b> for both nodes and keys where this version now uses <b>posix_tnode</b> in the types used for nodes and keeps <b>void</b> only in the types used for keys.</blockquote> Issue History Date Modified Username Field Change ====================================================================== 2025-06-09 16:11 enh New Issue 2025-06-09 16:11 enh Status New => Under Review 2025-06-09 16:11 enh Assigned To => ajosey 2025-06-12 08:46 geoffclare Project 1003.1(2004)/Issue 6 => 1003.1(2024)/Issue8 2025-06-12 08:46 geoffclare Relationship added related to 0001011 2025-06-12 08:49 geoffclare Note Added: 0007199 2025-06-12 14:19 enh Note Added: 0007201 2025-06-26 16:25 geoffclare Note Added: 0007213 ======================================================================
