diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-25 16:36:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-25 20:15:46 +0000 |
commit | 377f97cc92fda4c6281dc418d20b9de8479c6996 (patch) | |
tree | f618e1da3cd34a58c53886cab184d8b811e2a120 /vcl/inc/pch | |
parent | e954697a9d39e40473fb9f59a791ccb7129e763c (diff) |
vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>
The getTTCoverage either leaves the bitset empty or inits it with 128 bits,
so it's not particularly dynamic.
Change-Id: Iac0aa6a023acc54da86d681e75ca550faf91ef26
Reviewed-on: https://gerrit.libreoffice.org/25456
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/inc/pch')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index d3ef8195580e..833d73ee8fed 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -52,7 +52,6 @@ #include <utility> #include <vector> #include <window.h> -#include <boost/dynamic_bitset.hpp> #include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/math/special_functions/sinc.hpp> |