Re: Update our C++ library to C++11 standard

2018-11-19 Thread Igor Sapego
I've filed a ticket for this task [1]. [1] - https://issues.apache.org/jira/browse/IGNITE-10333 Best Regards, Igor On Mon, Nov 12, 2018 at 1:39 PM Igor Sapego wrote: > Vladimir, > > I'd wish we could do that, but unfortunately, even VS 2017 does not > support all C++11 (and even C++03) featur

Re: Update our C++ library to C++11 standard

2018-11-12 Thread Igor Sapego
Vladimir, I'd wish we could do that, but unfortunately, even VS 2017 does not support all C++11 (and even C++03) features [1]. So, maybe we should also speak about dropping support of old VS and moving to at least VS 2012. You can find the benefits of this at [2]. For example, this will give us n

Update our C++ library to C++11 standard

2018-11-11 Thread Vladimir Ozerov
Igniters, Over time we were very conservative about language levels for our libraries to be able to target wider platforms. But it looks like some of them are way too old, what doing more harm than good. For C++ we still use C++03 standard, which 15 years old. C++11, C++15 and C++17 were released