Contents of /trunk/boost/patches/boost-1.33.1-gcc41_visit_each.patch
Parent Directory | Revision Log
Revision 144 -
(show annotations)
(download)
Tue May 8 20:06:05 2007 UTC (17 years, 5 months ago) by niro
File size: 338 byte(s)
Tue May 8 20:06:05 2007 UTC (17 years, 5 months ago) by niro
File size: 338 byte(s)
-import
1 | --- boost/bind.hpp.orig 2006-10-05 21:09:32.000000000 +0200 |
2 | +++ boost/bind.hpp 2006-10-05 21:10:10.000000000 +0200 |
3 | @@ -27,6 +27,7 @@ |
4 | #include <boost/type.hpp> |
5 | #include <boost/bind/arg.hpp> |
6 | #include <boost/detail/workaround.hpp> |
7 | +#include <boost/visit_each.hpp> |
8 | |
9 | // Borland-specific bug, visit_each() silently fails to produce code |
10 |