]> git.lyx.org Git - features.git/commitdiff
Include visit_each.hpp. Fixes bug 2278
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 21 Feb 2006 10:28:23 +0000 (10:28 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 21 Feb 2006 10:28:23 +0000 (10:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13264 a592a061-630c-0410-9148-cb99ea01b6c8

boost/ChangeLog
boost/boost/bind.hpp

index 1e0a8ff2176798c9469585d9b32bec03b0e4dc99..26f27b430277687ca1a280c0a837d4104ff7619c 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-21  Lars Gullik Bjønnes <larsbj@lyx.org>
+
+       * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile
+       problem
+
 2005-09-30  Angus Leeming  <leeming@lyx.org>
 
        * libs/filesystem/src/operations_posix_windows.cpp (exists):
@@ -8,7 +13,7 @@
        The "correct" fix is currently being discussed on the boost-devel
        list, but this work around will do for us for now.
 
-2005-09-30  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
+2005-09-30  Angus Leeming  <leeming@lyx.org>
 
        * libs/filesystem/src/operations_posix_windows.cpp: add a block
        of preprocessor code to include NewAPIs.h conditioned on the
index a8308e9f4db04020510b4205dd323d98121492a9..0525e60666fe537bc535825a9041b8e90f8aff42 100644 (file)
@@ -25,6 +25,7 @@
 #include <boost/mem_fn.hpp>
 #include <boost/type.hpp>
 #include <boost/bind/arg.hpp>
+#include <boost/visit_each.hpp>
 #include <boost/detail/workaround.hpp>
 
 // Borland-specific bug, visit_each() silently fails to produce code