• Davi Arnaut's avatar
    Increment the I_P_List counter whenever a element is inserted into · 8b22d8c2
    Davi Arnaut authored
    the list. Previously, the counter would only be incremented if the
    insertion method push_front() was used, in which case the counter
    wouldn't be incremented if a element was inserted using the push_back()
    and/or insert_after() methods.
    
    Currently this does not affect the code base because there isn't any
    code that uses a counted list with the push_back() or insert_after()
    methods.
    8b22d8c2
sql_plist.h 7.05 KB