I’m trying to look at PR’s and have run into: https://github.com/apache/avro/pull/203 <https://github.com/apache/avro/pull/203> vs https://github.com/apache/avro/pull/157 <https://github.com/apache/avro/pull/157>
At this point, I’m leaning more toward 157 and updating 1.9 to require C++11. It’s technically an incompatible change, but it’s required to be able to compile with C++17. 203 uses the boost libraries to still allow C++03, but it’s still incompatible. Thus, if we’re moving forward with 1.9, I’d rather go with the cleaner C++11 level. Thoughts? -- Daniel Kulp [email protected] <mailto:[email protected]> - http://dankulp.com/blog <http://dankulp.com/blog> Talend Community Coder - http://talend.com <http://coders.talend.com/>
