Compile error on my OSX 10.9.4 development machine:
sync.cpp:42:46: error: use of undeclared identifier 'itostr'
return mutexName+" "+sourceFile+":"+itostr(sourceLine);
Not sure if it matters, but I config with -DDEBUG_LOCKORDER
git bisect tells me:
f841aa2892ffd97d564deee103555149d9fbcd9a is the first bad commit
commit f841aa2892ffd97d564deee103555149d9fbcd9a
Author: Wladimir J. van der Laan <laanwj@gmail.com>
Date: Wed Aug 20 16:33:55 2014 +0200
Move `COIN` and `CENT` to core.h
Eventually these should end up in `money.h` after monetary
amounts are typedef'ed, but at least they don't belong in `util.h`.
:040000 040000 4095f8da261b0407d68f6e729e068f428f34674e 634ffb6cac1d9a33ef94fa2d55779f005b3008a4 M src
bisect run success