Version
3.5-2152
Branch
comex-usb-c3
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
3191819ae1bde675e90c1810ca42fccd53f7a36c
Change author
comex
Change description
Improve ChunkFile.h:

- Add support for std::set and std:pair.

- Switch from std::is_pod to std::is_trivially_copyable, to allow for
  types that have constructors but trivial copy constructors.  Easy,
  except there are two different nonstandard versions of it required
  on different platforms.  Remove the hack in usb_oh1.h overriding
  std::is_pod.