• Alex Ames's avatar
    Removed call to pop_back on std::string. · 703b7909
    Alex Ames authored
    The pop_back function was added to strings in C++11 and it appears not
    all compilers we target support it. The call to pop_back has been
    replaced with a call to erase.
    
    Tested on Linux. All unit tests pass.
    703b7909
Name
Last commit
Last update
..
flatbuffers.h Loading commit data...
hash.h Loading commit data...
idl.h Loading commit data...
reflection.h Loading commit data...
reflection_generated.h Loading commit data...
util.h Loading commit data...