• Daniel Cheng's avatar
    Remove Pass() on Linux. · f1f3cb1d
    Daniel Cheng authored
    Pass() is a legacy of the original C++03 move emulation implementation.
    New code should use std::move from <utility>. ChromeOS is exempt until the
    migration there is complete.
    
    ❆(੭ु ◜◡‾)੭ु⁾❆
    
    BUG=557422
    R=thestig@chromium.org
    
    Review URL: https://codereview.chromium.org/1548273002 .
    
    Cr-Commit-Position: refs/heads/master@{#367177}
    f1f3cb1d
move.h 2.52 KB