addac91417
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=398ef060d61d6b2e43b5b8bd8cab6855
12 lines
251 B
Diff
12 lines
251 B
Diff
--- boost/visit_each.hpp
|
|
+++ boost/visit_each.hpp
|
|
@@ -22,7 +22,7 @@
|
|
template<typename Visitor, typename T>
|
|
inline void visit_each(Visitor& visitor, const T& t)
|
|
{
|
|
- visit_each(visitor, t, 0);
|
|
+ visit_each(visitor, t, (long)0);
|
|
}
|
|
}
|
|
|