This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/include/units.h b/include/units.h | |
index 4a3cd47..5f2250c 100644 | |
--- a/include/units.h | |
+++ b/include/units.h | |
@@ -62,6 +62,9 @@ | |
#define UNIT_LIB_DEFAULT_TYPE double | |
#endif | |
+// Comment out to disable iostream printing support | |
+#define UNITS_LIB_ENABLE_IOSTREAM |