Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SList::Init: add missing constructor (dotnet#33096)
SList::Init uses an assignment operator that doesn't exist. Because this template class method doesn't get used during default compilation, most compilers don't detect the issue. clang 10 detects the issue and gives an error.
- Loading branch information