• Philipp A. Hartmann's avatar
    prohibit C++11 move from Document to Value · fec9e8a4
    Philipp A. Hartmann authored
    As reported in #387, silently moving a `GenericDocument` to a
    `GenericValue` can lead to object slicing and premature deletion of
    the owning allocator of the (surviving) `GenericValue`.
    
    To reduce this risk, prohibit move construction of a `GenericValue`
    from a `GenericDocument`.
    fec9e8a4
Name
Last commit
Last update
..
error Loading commit data...
internal Loading commit data...
msinttypes Loading commit data...
allocators.h Loading commit data...
document.h Loading commit data...
encodedstream.h Loading commit data...
encodings.h Loading commit data...
filereadstream.h Loading commit data...
filewritestream.h Loading commit data...
memorybuffer.h Loading commit data...
memorystream.h Loading commit data...
pointer.h Loading commit data...
prettywriter.h Loading commit data...
rapidjson.h Loading commit data...
reader.h Loading commit data...
stringbuffer.h Loading commit data...
writer.h Loading commit data...