FlatBuffers C++ Minimum Version -


the flatbuffers project requires c++11 compiler build. version requirements c++ header file generated flatc?

they no different. generated headers include flatbuffers.h, depends on c++11.

that said, doesn't require full c++11 feature set, build on compilers old visual studio 2010 , gcc 4.8.2.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -