Fix deduction guide macro guard for Replaceable (#1097)
Summary: - `Replaceable` defines a deduction guide if the feature test macro for it is met, or if we are on MSVC. However, the MSVC version that folly supports also defines the feature test macro for deduction guides. As such, remove the extra check for MSVC. - Add `ReplaceableTest` to the cmake build. - Add test for deduction guide. Pull Request resolved: https://github.com/facebook/folly/pull/1097 Reviewed By: Orvid Differential Revision: D14699047 Pulled By: yfeldblum fbshipit-source-id: ee62bae0f4b05f1a110c2bd90470fecbb0666d24
Showing
Please register or sign in to comment