Version
3.5-2148
Branch
comex-usb-c3
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
6ee37279893f6e5972a098a420f92eed645e5edb
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.