refactor: UNITS_UDLS renamed to UNITS_LITERALS

Also now the existence of the preprocessor flag is enough to trigger the feature (`#ifdef` instead of `#if`)
This commit is contained in:
Mateusz Pusz
2021-04-06 13:33:27 +02:00
parent a954f5d924
commit c3659dbb47
92 changed files with 181 additions and 185 deletions

View File

@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#define UNITS_UDLS 1
#define UNITS_LITERALS
#include <units/format.h>
#include <units/isq/si/international/length.h>