diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-02-02 15:40:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-03 11:56:27 +0100 |
commit | e9089b4f53c0fef5d0bdcc76add9a43a8c6d81bd (patch) | |
tree | 9823366f70104f0ff161a0332ed7195c45635384 /desktop/inc/pch | |
parent | 85e6cc898c5d5a1d5d60897bef31da9f46b22686 (diff) |
desktop: replace boost::bind with lambda or std::bind
This requires working around MSVC 2013 error C3848, that compiler
apparently just doesn't like to call its std::bind() functions if
they're "const".
Change-Id: Ic2e66cab3cadb36ab29cf2504a4c6107334f2ae1
Diffstat (limited to 'desktop/inc/pch')
-rw-r--r-- | desktop/inc/pch/precompiled_deployment.hxx | 1 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentgui.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx index 0b60d8b60029..925f79c46f7c 100644 --- a/desktop/inc/pch/precompiled_deployment.hxx +++ b/desktop/inc/pch/precompiled_deployment.hxx @@ -27,7 +27,6 @@ #include <memory> #include <unordered_map> #include <vector> -#include <boost/bind.hpp> #include <boost/optional.hpp> #include <osl/diagnose.h> #include <osl/file.hxx> diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index 23c501fa93d7..7664dd2da749 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.hxx @@ -33,7 +33,6 @@ #include <stddef.h> #include <string.h> #include <vector> -#include <boost/bind.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <osl/conditn.hxx> |