commit | a2b1bfc1075e8e5ae7b347a04cbb796524f2c5c9 | [log] [tgz] |
---|---|---|
author | rouzier <rouzier@gmail.com> | Fri Aug 04 11:04:28 2017 -0400 |
committer | Wouter van Oortmerssen <aardappel@gmail.com> | Fri Aug 04 08:04:28 2017 -0700 |
tree | e26744f350ce12718b6c5e57d5f1e940dfd57f05 | |
parent | f2b3705c2c62c40afdef96f73f0aeaf32b4c8e0e [diff] |
[c++] Add support for boolean types in flexbuffers (#4386) * Add support for boolean types in flexbuffers * Simplify casting number <=> boolean * Added comments for tests * Add proper support for Booleans * Bad rebase * No special case for strings * Removed unused test * Simplify logic