Merge in unordered container changes from trunk.
Merged revisions 44703-45274 via svnmerge from
https://svn.boost.org/svn/boost/trunk
................
r44968 | danieljames | 2008-05-01 10:23:22 +0100 (Thu, 01 May 2008) | 2 lines
Add list.hpp which was missed from the merge.
................
r45061 | danieljames | 2008-05-03 13:07:15 +0100 (Sat, 03 May 2008) | 1 line
Old versions on the intel compiler (and I assume other EDG based compilers) don't seem to be able to deal with the SFINAE code used in 'has_move'.
................
r45261 | danieljames | 2008-05-10 14:52:14 +0100 (Sat, 10 May 2008) | 1 line
Fix a clumsy error.
................
r45262 | danieljames | 2008-05-10 14:53:35 +0100 (Sat, 10 May 2008) | 3 lines
The unordered containers are failing to compile on Borland. This is a short in
the dark at fixing that.
................
r45263 | danieljames | 2008-05-10 14:55:59 +0100 (Sat, 10 May 2008) | 1 line
Remove some code that doesn't even make it past preprocessing, I should have removed it when I wrote separate allocation code for C++0x compilers.
................