mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-07 06:04:27 +02:00
fix: UNITS_MSVC_WORKAROUND()
fixed for other compilers
This commit is contained in:
2
src/core/include/units/bits/external/hacks.h
vendored
2
src/core/include/units/bits/external/hacks.h
vendored
@@ -106,7 +106,7 @@
|
||||
|
||||
#else
|
||||
|
||||
#define UNITS_MSVC_WORKAROUND(X) (X)
|
||||
#define UNITS_MSVC_WORKAROUND(X) X
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user