• Yedidya Feldblum's avatar
    Mark std::list as not relocatable · b3aee940
    Yedidya Feldblum authored
    Summary:
    [Folly] Mark `std::list` as not relocatable.
    
    From the github issue (facebook/folly#889), `std::list` allocated storage may hold back-pointers to the owning `std::list` object in both libstdc++ and libc++.
    
    The relocatability marking dates to 2011 or earlier; perhaps it applied then.
    
    Closes #889.
    
    Reviewed By: nbronson
    
    Differential Revision: D9043357
    
    fbshipit-source-id: bf954e74f36f554bfbb2e5bb5ac40b933a749003
    b3aee940
Traits.h 25 KB