From 413c84d65e27fe1b17a39e4393d8bcf0d102aed4 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 18 Apr 2024 17:12:22 -0400 Subject: [PATCH] xo-ratio: README: ++ elaborate --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 722ea8bf..cf8b2de2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Relative to `std::ratio`: This means it can be used seamlessly at runtime. 2. Supports a few more arithmetic operations, for example exponentiation to integer powers. +3. Provides constexpr conversion to fixed-capacity strings (using xo-flatstring) 3. Provides concept support (with c++20) 4. Requires modern (c++17) support to achieve this @@ -15,6 +16,7 @@ Relative to `std::ratio`: ### install dependencies - [github/Rconybea/xo-cmake](https://github.com/Rconybea/xo-cmake) cmake macros +- [github/Rconybea/xo-flatstring](https://github.com/Rconybea/xo-flatstring) fixed-capacity strings ### build + install ```