Hi, since I need to compile proton on OpenVMS which does not support C++11 nor C++14 I would be more happy with C++03.
Regards, Tomas 2015-06-05 22:49 GMT+02:00 aconway <acon...@redhat.com>: > I think this has been discussed before, but is there a consensus on > what C++ version we want to target for the C++ binding? C++03 is old > and smelly. C++11 is better, C++14 better still and afaik any compiler > that does 11 will do 14. So the sensible choices would seem to be: > > 1. Smelly C++03 code only > 2. C++03 compatible with #ifdef optional bits of C++14 niceness. > 3. C++14 first, add C++03 later if somebody whines about it. > > 3. is the most fun for me obviously. > > >