Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Interesting, if he knows what he's doing. This doesn't fill me with hope however:

Building main executable... src/types.cpp: In member function 'TypeStatus::operator uintptr_t() const': src/types.cpp:1514: error: cast from 'Type*' to 'unsigned int' loses precision



Its easily fixed though: either compile on a 32bit machine, or change that line to type-cast to uintptr_t instead of unsigned int.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: