diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-16 19:47:20 +0100 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-17 20:24:17 +0000 |
commit | e87071ac57a7711078715d9165c264ec3db180ab (patch) | |
tree | 6a2c5a62f7fb3f162d1f9e7caf44e6846468532a /tools/inc/pch | |
parent | d0f3363aa8db533ba6fe356053caaf79a1507d14 (diff) |
replace boost::checked_deleter with std::default_delete
and remove all traces of boost/checked_delete.hpp
Change-Id: I4486d0e07a7197d75f8739c8c6d79670163eaab2
Reviewed-on: https://gerrit.libreoffice.org/33182
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'tools/inc/pch')
-rw-r--r-- | tools/inc/pch/precompiled_tl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/pch/precompiled_tl.hxx b/tools/inc/pch/precompiled_tl.hxx index 6c7371894295..c906f41f3e52 100644 --- a/tools/inc/pch/precompiled_tl.hxx +++ b/tools/inc/pch/precompiled_tl.hxx @@ -33,7 +33,6 @@ #include <stdlib.h> #include <string.h> #include <vector> -#include <boost/checked_delete.hpp> #include <boost/optional/optional.hpp> #include <boost/rational.hpp> #include <osl/diagnose.h> |