This PR defines USE_DTOA_LIBRARY in order to fix #35. However it does not put this behind any feature flag and so will always compile libxlsxwirter with USE_DTOA_LIBRARY. If this is unwanted an alternative would be to have the same code, but put it behind a feature flag. In that case to should it probably be a negative feature flag as defining USE_DTOA_LIBRARY seems like the most sensible default option.
This PR defines
USE_DTOA_LIBRARY
in order to fix #35. However it does not put this behind any feature flag and so will always compilelibxlsxwirter
withUSE_DTOA_LIBRARY
. If this is unwanted an alternative would be to have the same code, but put it behind a feature flag. In that case to should it probably be a negative feature flag as definingUSE_DTOA_LIBRARY
seems like the most sensible default option.