flatbuffers/tests/union_vector
Vladimir Glavnyy 7f33cf682a
[C++] Switch flatc to --cpp-std c++11 C++ code generator (#6306)
Prior to this commit the default C++ code generator was `c++0x`.
A code generated with `c++0x` code-gen might have a vulnerability (undefined behavior) connected evolution of enums in a schema. This UB could break the backward compatibility if previously generated code casts an unknown enumerator to enum type that knows nothing about future enumerators added to the schema.

The main differences between `c++0x` and `c++11`:

- generated enums use explicitly declared underlying type;
- generated object-API tables don't declare default ctor() explicitly, instead of it default data member initializers are generated.

Please use `flatc --cpp-std c++0x` option for backward compatibility with old compilers.
2020-12-07 11:19:36 -08:00
..
Attacker.cs pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.kt pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Attacker.php
BookReader.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
BookReader.java
BookReader.kt
BookReader.php
Character.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
Character.java
Character.kt
Character.php
Movie.cs Union As Accessors for C# (#6251) 2020-11-12 09:28:21 -08:00
Movie.java pre-tag version bump for 1.12 2020-03-12 15:33:39 -07:00
Movie.kt [Kotlin] Fix Access to union of vector element (#5994) 2020-06-22 17:08:35 -07:00
Movie.php
Rapunzel.cs [C#] support Json Serialization (#5752) 2020-02-10 17:43:36 -08:00
Rapunzel.java
Rapunzel.kt
Rapunzel.php
union_vector.fbs
union_vector.json
union_vector_generated.h [C++] Switch flatc to --cpp-std c++11 C++ code generator (#6306) 2020-12-07 11:19:36 -08:00
union_vector_generated.js [Python/JS/TS] Codegen SizeOf method for structs (#6136) 2020-09-28 08:54:50 -07:00
union_vector_generated.ts [Python/JS/TS] Codegen SizeOf method for structs (#6136) 2020-09-28 08:54:50 -07:00