mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 18:46:14 +00:00
Merge quickbook and hash changelogs. Tweak gcc detection in container_fwd.hpp
Merged revisions 52084,52245-52246,52304,52320,52323 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r52084 | danieljames | 2009-03-31 20:43:58 +0100 (Tue, 31 Mar 2009) | 1 line Changelog for unordered and hash. ........ r52245 | danieljames | 2009-04-08 06:51:31 +0100 (Wed, 08 Apr 2009) | 5 lines Detect gcc stdlib for gcc 4.0.1. For some reason the normal macros aren't defined for the standard library that comes with gcc 4.0.1 (although maybe just on BSDs?). So try to detect the library for that compiler. ........ r52246 | danieljames | 2009-04-08 11:56:22 +0100 (Wed, 08 Apr 2009) | 7 lines Include <utility> for some versions of gcc's library. Sometimes gcc's <cstddef> doesn't define the C++ macros, so check for it and include <utility> in that case. Also remove a workaround from container_fwd.hpp Fixes #2924. ........ r52304 | danieljames | 2009-04-10 20:25:32 +0100 (Fri, 10 Apr 2009) | 4 lines Don't use debug containers on darwin. I'm getting errors from the darwin 4.2 debug containers which appear to a problem with its implementation. ........ r52320 | danieljames | 2009-04-11 08:53:59 +0100 (Sat, 11 Apr 2009) | 1 line Don't need to include utility now that select_stdlib has been fixed. ........ r52323 | danieljames | 2009-04-11 09:26:20 +0100 (Sat, 11 Apr 2009) | 1 line Also don't need to check for _GLIBCXX_CSTDDEF. ........ [SVN r52324]
This commit is contained in:
parent
82e273b894
commit
a9b10361aa
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 0d006f2718f73d46a04a25a99f886c699a14225a
|
||||
Subproject commit 65a58553fbcf8ea87abba23ac2bf89a09e60f979
|
|
@ -1 +1 @@
|
|||
Subproject commit 79b2313c682e2e6374623657365a95160d9764d1
|
||||
Subproject commit 8a4506cca3741a56abf17921888f776897c78d23
|
|
@ -1 +1 @@
|
|||
Subproject commit 60e3e96b48aad04a5eeb654f0dad02862129b6f3
|
||||
Subproject commit b475ba05c00e27513a31cd70aeb0ba7ebb1a4692
|
Loading…
Add table
Reference in a new issue