7 ms·
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::op
by binaryfinery 16y ago
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
- dkersten 16y agoIts easily fixed though: either compile on a 32bit machine, or change that line to type-cast to uintptr_t instead of unsigned int.