folly: remove template argument to std::abs to fix build with libc++
authorIgor Sugak <sugak@fb.com>
Tue, 2 Aug 2016 01:06:41 +0000 (18:06 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Tue, 2 Aug 2016 01:08:30 +0000 (18:08 -0700)
commit42cd3696a4aae657ec2ae420ed912abd3c274be6
tree3d7cd144326e99e563f7a7ed955f018da24350fb
parenta251c84ffc2abb0d2a23ae35f9205b5a2796304f
folly: remove template argument to std::abs to fix build with libc++

Summary:
libc++ doesn't implement `std::abs` as template.

```lang=bash
./../folly/fibers/Fiber.h:68:34: error: unexpected type name 'intptr_t': expected
      expression
    const size_t size = std::abs<intptr_t>(
                                 ^
```

Reviewed By: markisaa

Differential Revision: D3645584

fbshipit-source-id: a2d672137f110b975412a94ae4c6d00da0bd0d43
folly/fibers/Fiber.h