This used std::enable_if without referencing ::type. Changed to use
std::enable_if_t.
Details
Details
- Reviewers
MaskRay - Commits
- rGdd11c8fb0d07: Fix SFINAE in JSON.h constructor.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D74381
Fix SFINAE in JSON.h constructor. jlebar on Feb 10 2020, 8:38 PM. Authored by
Details
This used std::enable_if without referencing ::type. Changed to use
Diff Detail
|