Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / mdds / c++17.patch
blobd96910f34e683547effc12fcefa18d0673582c3b
1 --- include/mdds/multi_type_matrix.hpp
2 +++ include/mdds/multi_type_matrix.hpp
3 @@ -149,7 +149,7 @@
5 private:
6 template<typename _Func>
7 - struct walk_func : std::unary_function<typename store_type::const_iterator::value_type, void>
8 + struct walk_func
10 _Func& m_func;
11 walk_func(_Func& func) : m_func(func) {}
12 --- include/mdds/multi_type_vector.hpp
13 +++ include/mdds/multi_type_vector.hpp
14 @@ -139,7 +139,7 @@
15 block& operator=(block);
18 - struct element_block_deleter : public std::unary_function<void, const element_block_type*>
19 + struct element_block_deleter
21 void operator() (const element_block_type* p)