Files
loongoffice/external/mdds/c++17.patch
Andrea Gelmini 09425ab9f1 Removed executable permission on data files
chmod -x for .patch, .pptm, and .vb

Change-Id: I98e1221e48df22e8b58aaf305898cbe301f187ce
Reviewed-on: https://gerrit.libreoffice.org/52568
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-05-04 03:19:33 +02:00

23 lines
687 B
Diff

--- include/mdds/multi_type_matrix.hpp
+++ include/mdds/multi_type_matrix.hpp
@@ -149,7 +149,7 @@
private:
template<typename _Func>
- struct walk_func : std::unary_function<typename store_type::const_iterator::value_type, void>
+ struct walk_func
{
_Func& m_func;
walk_func(_Func& func) : m_func(func) {}
--- include/mdds/multi_type_vector.hpp
+++ include/mdds/multi_type_vector.hpp
@@ -139,7 +139,7 @@
block& operator=(block);
};
- struct element_block_deleter : public std::unary_function<void, const element_block_type*>
+ struct element_block_deleter
{
void operator() (const element_block_type* p)
{