objectbox / objectbox-generator

ObjectBox Generator based on FlatBuffers schema files (fbs) for C and C++ (more languages in the future)
https://objectbox.io
GNU Affero General Public License v3.0
35 stars 11 forks source link

Reconsider `auto` types in C++ fromFlatBuffer() #32

Open vaind opened 3 years ago

vaind commented 3 years ago

Have a look at fromFlatBuffer() uses of auto* declarations and see if it would help readability to replace some with actual types.