Commit Graph

4 Commits

Author SHA1 Message Date
Daniela Engert
4c4e3e20c1 Most members of std::allocate are deprecated in C++17
Replace them by their cousins from std::allocator_traits. In addition to that, std::allocator<void> (used as default argument to the 'Alloc' template parameter of some public types) is deprecated too, and needs some sort of emulation. The emulation type is a mere placeholder without ever being used. Without that, heaps of deprecation warnings will fall onto humble users when compiling with MSVC 15 in C++17 mode.
2018-10-27 09:28:11 -04:00
Andreas Huber
afa1d4eb90 Merged PingPong example fix from trunk to release branch.
[SVN r47625]
2008-07-20 06:53:58 +00:00
Andreas Huber
813f468762 Merged fix for PingPong example from trunk to branch.
[SVN r47606]
2008-07-19 19:05:40 +00:00
Andreas Huber
5fd4d7c849 Merged 1.36 changes from trunk to release branch
[SVN r47466]
2008-07-15 22:50:59 +00:00