Closed fengfengguo closed 1 month ago
I think the issue has been resolved in the main branch. I added a test and some fixes. The min unit identifier has been removed. Along with pascal and IN still not sure where those were coming from but they had the same issue as min when default windows.h was included.
thanks very much for the solution!
I think the issue has been resolved in the main branch. I added a test and some fixes. The min unit identifier has been removed. Along with pascal and IN still not sure where those were coming from but they had the same issue as min when default windows.h was included.
When I include Windows.h and units.hpp in a *.cpp, but Windows.h above units.hpp like
then come across compile errors
maybe the definition for time or min conflicts with some define in Windows
please help to resolve the problem, Thanks!