4da8270568
- (#205863: serialization lib generates warnings) - (#204326: boost RPM missing dependencies) - (#193465: [SIGNAL/BIND] Regressions with GCC 4.1) - BUILD_FLAGS, add, to see actual compile line. - REGEX_FLAGS, add, to compile regex with ICU support.
13 lines
356 B
Diff
13 lines
356 B
Diff
Index: boost/bind.hpp
|
|
===================================================================
|
|
--- boost/bind.hpp.orig
|
|
+++ boost/bind.hpp
|
|
@@ -27,6 +27,7 @@
|
|
#include <boost/type.hpp>
|
|
#include <boost/bind/arg.hpp>
|
|
#include <boost/detail/workaround.hpp>
|
|
+#include <boost/visit_each.hpp>
|
|
|
|
// Borland-specific bug, visit_each() silently fails to produce code
|
|
|