Go home C++ you're drunk:
Replay.cpp:112:8: error: 'MappedArray' is not a class, namespace, or enumeration
size_t MappedArray::sPageSize = 0;
^
Replay.cpp:45:7: note: 'MappedArray' declared here
class MappedArray {
Conversation
You can't tell from the error message but it's because the class is a template class. C++ should still go home though.
1

