MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
139 stars 64 forks source link

Patch project #67

Closed curds01 closed 7 years ago

curds01 commented 7 years ago

In moving the Logger& operator<< method into Menge namespace. I had broken a piece of MSVC functionality. It was no longer exported from the dll, so mengeMain.cpp couldn't access the function. This explicitly exports the method so it is available.