1 --- include/mdds/multi_type_matrix.hpp
2 +++ include/mdds/multi_type_matrix.hpp
6 template<typename _Func>
7 - struct walk_func : std::unary_function<typename store_type::const_iterator::value_type, void>
11 walk_func(_Func& func) : m_func(func) {}
12 --- include/mdds/multi_type_vector.hpp
13 +++ include/mdds/multi_type_vector.hpp
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)