Closed tdiprima closed 7 years ago
Fixing compile issues on Windows and Mac:
tr1/unordered_map:
(Fix used: Cannot open include file: 'tr1/unordered_map': No such file ...) Added: using namespace std::tr1;
using namespace std::tr1;
sys/time.h:
Why it doesn't work on Windows: "sys/time.h" Replacement for Windows
Fixing compile issues on Windows and Mac:
tr1/unordered_map:
(Fix used: Cannot open include file: 'tr1/unordered_map': No such file ...) Added:
using namespace std::tr1;
sys/time.h:
Why it doesn't work on Windows: "sys/time.h" Replacement for Windows