• Yedidya Feldblum's avatar
    Extract Try to top-level · a56a988a
    Yedidya Feldblum authored
    Summary:
    [Folly] Extract `Try` to top-level.
    
    It was in `folly/futures/`, but this diff moves it to `folly/`.
    
    It is needed for futures, but it is are more general than futures and can be used separately.
    
    Use `folly/Try.h` instead of `folly/futures/Try.h`.
    
    Also fixes up all `#include` sites:
    
        hg grep -lw folly/futures/Try | xargs perl -pi -e 's,\bfolly/futures/Try\b,folly/Try,g'
    
    Reviewed By: markisaa
    
    Differential Revision: D3309908
    
    fbshipit-source-id: cdf13f0ac0b0e36aa07e0f1d04870d06500c5874
    a56a988a
HeaderCompileTest.cpp 848 Bytes