• Wouter van Oortmerssen's avatar
    Small fixes to the core C++ FlatBuffers implementation. · 9143a933
    Wouter van Oortmerssen authored
    - Ensured weak linkage with the version string is not used on Windows,
      especially cygwin (which throws a linker error).
    - Avoided a VS debug error for taking the address of the first element
      of an empty vector.
    - Made copy/assignment constructors for downward_vector and
      FlatBufferBuilder private, to avoid people unintentionally making
      expensive copies.
    - Using the more correct _WIN32 instead of WIN32
    
    Change-Id: I801b5c8b159e3721af6d1ef0978a3247ba168bab
    Tested: on Windows (VS + Cygwin) and Linux.
    9143a933
Name
Last commit
Last update
android Loading commit data...
build Loading commit data...
docs Loading commit data...
go Loading commit data...
include/flatbuffers Loading commit data...
java/flatbuffers Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE.txt Loading commit data...
readme.md Loading commit data...