fix: UNITS_MSVC_WORKAROUND() fixed for other compilers

This commit is contained in:
Mateusz Pusz
2022-05-14 11:27:12 +02:00
parent b559a5f98f
commit 43844c484c

View File

@@ -106,7 +106,7 @@
#else
#define UNITS_MSVC_WORKAROUND(X) (X)
#define UNITS_MSVC_WORKAROUND(X) X
#endif