Browse Source
unsigned is size_t on 32 bit builds, and the compiler therefore thinks conversion from RLP to vector<T> is ambiguous between: RLP::operator vector<T>() const and vector<T>::vector<T>(size_t size)cl-refactor
Tim Hughes
11 years ago
2 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue