That's excellent news! I was just wondering which version of C++ should we target?
Also what are the consequences for our users? I mean do you plan to keep a backwards compatible public API so users of an older version can still be able to link with it, or do you plan to use 'new C++ features' there, or in other words is it full modernization also the target? On Mon, Feb 1, 2021 at 6:46 AM Thiruvalluvan MG <[email protected]> wrote: > > Hi all, > In the past 10+ years C++ has evolved to be a very new (and much better) > language, still maintaining compatibility with the old. Some call it "Modern > C++". Avro C++ implementation is still mostly in C++03 era. > I'm planning to send a series of patches to C++ implementation to use the > modern features. > Please let me know if there are any concerns. > Thank you, > Thiru >
