• Joe Loser's avatar
    Use _t variants of type traits (#994) · a8ada31a
    Joe Loser authored
    Summary:
    - Instead of wrapping a type trait with `_t` use the standard library's
      `_t` type trait variant. This is safe since Folly requires C++14,
      whereas previously the use of `_t` was supported prior to C++14.
    Pull Request resolved: https://github.com/facebook/folly/pull/994
    
    Reviewed By: vitaut
    
    Differential Revision: D13634598
    
    Pulled By: yfeldblum
    
    fbshipit-source-id: 09ed9fc1444f507b7422b690b36926cb57616e9e
    a8ada31a
PropagateConstTest.cpp 8.97 KB