boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated

This commit is contained in:
wmayer
2020-06-09 12:55:29 +02:00
committed by wwmayer
parent 3f212ad8ac
commit 4ec45b545e
112 changed files with 451 additions and 390 deletions

View File

@@ -38,6 +38,7 @@
# include <Inventor/actions/SoGetMatrixAction.h>
# include <Inventor/actions/SoSearchAction.h>
# include <Inventor/actions/SoGetBoundingBoxAction.h>
# include <boost/bind/bind.hpp>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......
@@ -61,7 +62,6 @@
#include "ViewProviderLink.h"
#include "ViewParams.h"
#include <boost/bind.hpp>
FC_LOG_LEVEL_INIT("ViewProvider",true,true)