j
k
j a
j l
On 09/09/2011 11:13 PM, Beman Dawes wrote:
I'm also curious what you didn't just write: return reinterpret_cast<ubig32_t>(src);
I'm also curious what you didn't just write:
return reinterpret_cast<ubig32_t>(src);
Probably because that's ill-formed C++. The template argument to reinterpret_cast must be a pointer or a reference.
Back to the thread
Back to the list