Re: [mitk-users] C++17 compatibility

2019-01-22 Thread Sascha Zelzer
the C++ standard. Contributions welcome. > > ;-) > >   > > Best, > > Stefan > >   > > *From:*Federico Milano [mailto:fmil...@gmail.com] > *Sent:* Monday, January 21, 2019 11:05 PM > *To:* mitk-users@lists.sourceforge.net > *Subject:* [mitk-users] C++17 compatibility &

Re: [mitk-users] C++17 compatibility

2019-01-22 Thread Dinkelacker, Stefan
++ standard. Contributions welcome. ;-) Best, Stefan From: Federico Milano [mailto:fmil...@gmail.com] Sent: Monday, January 21, 2019 11:05 PM To: mitk-users@lists.sourceforge.net Subject: [mitk-users] C++17 compatibility Hi. I was wondering if you are going to update the CppMicroServices version. I

[mitk-users] C++17 compatibility

2019-01-21 Thread Federico Milano
Hi. I was wondering if you are going to update the CppMicroServices version. I would need to build my project with C++17 support, but the CppMicroServices module used in MITK is old and still uses std::unary_function and std::binary_function, which were deprecated since C++11 and removed in C++17.