Reimplement is_constructible fallback implementation. Fixes PR21574.
The previous implementation relied highly on specializations to handle special cases. This new implementation lets the compiler do the work when possible. llvm-svn: 276084
Loading
Please sign in to comment