In the context of https://github.com/neuronsimulator/nrn/pull/1893 this line: https://github.com/neuronsimulator/iv/blob/84ed9e62abf22a7b45da612f0a03f9cd25d9b7d6/src/include/ivstream.h#L12 seems to cause problems, at least on Windows: https://github.com/neuronsimulator/nrn/runs/7128845057#step:6:222. This is bad practice anyway: [SF.7: Don’t write using namespace at global scope in a header file. ](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rs-using-directive)
In the context of neuronsimulator/nrn#1893 this line:
iv/src/include/ivstream.h
Line 12 in 84ed9e6
seems to cause problems, at least on Windows: https://github.com/neuronsimulator/nrn/runs/7128845057#step:6:222.
This is bad practice anyway: SF.7: Don’t write using namespace at global scope in a header file.