src/cx/linked_list.h

changeset 647
2e6e9d9f2159
parent 639
309e8b08c60e
child 662
d0d95740071b
     1.1 --- a/src/cx/linked_list.h	Wed Feb 08 18:56:58 2023 +0100
     1.2 +++ b/src/cx/linked_list.h	Wed Feb 08 20:26:09 2023 +0100
     1.3 @@ -46,6 +46,12 @@
     1.4  #endif
     1.5  
     1.6  /**
     1.7 + * Set this flag to true, if you want to disable the use of SBO for
     1.8 + * linked list swap operations.
     1.9 + */
    1.10 +extern bool CX_DISABLE_LINKED_LIST_SWAP_SBO;
    1.11 +
    1.12 +/**
    1.13   * Allocates a linked list for storing elements with \p item_size bytes each.
    1.14   *
    1.15   * @remark Elements added to the list are copied, therefore a possible destructor

mercurial