Version
4.0-305
Branch
udpnet
Date
9 years, 5 months ago
Windows x64 Windows x86
Commit
b65e89091aa1cd9de67d40ea043a7babf7c1422a
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, in addition to the standard one.

Conflicts:
	Source/Core/Common/Src/ChunkFile.h