Fix aggregate CTAD with string literals adding extra const
Missing a `withConst`, so when deducing from a string literal, a `const` is erroneously added to the deduced type. Reviewed By: ychen Differential Revision: https://reviews.llvm.org/D154301
Loading
Please sign in to comment