Version
3.5-2228
Branch
comex-usb-c3
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
d7e98efdb7e82ed4b0f269374939dcf765de8b43
Change author
comex
Change description
Add a simple intrusive doubly linked list class.

This is not super critical, but is simple enough and comes in handy - it
avoids an allocation and allows an object to be removed from the list
with just the pointer to that object rather than an iterator.