C++11 support for Replaceable
authorPhil Willoughby <philwill@fb.com>
Tue, 1 Aug 2017 19:20:30 +0000 (12:20 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 1 Aug 2017 19:29:30 +0000 (12:29 -0700)
commitccb56f3caf60f77d912704fb3a221bc9f12dbfb7
treead46b97a3b4e58e93dd64cd2c31f209a72247ee6
parentb669462b65cacda010d6dca11bc56f9aee768ebc
C++11 support for Replaceable

Summary: Also add tests for the `is_replaceable` trait.

Reviewed By: yfeldblum

Differential Revision: D5526317

fbshipit-source-id: 92559d55fbb8d115856ef9e8f86b42e327f74e56
folly/FixedString.h
folly/Portability.h
folly/Replaceable.h
folly/test/ReplaceableTest.cpp