commit | cda3c1e3fbb3e7d55ed464eb87e176b79d01913b | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Dec 03 16:56:19 2022 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jun 22 14:59:47 2023 -0700 |
tree | 7fd430729411e707c97396e8303df982115cb28a | |
parent | 0e844d51cbcc204e3e9b04939e794fbb8e719eb5 [diff] [blame] |
numeric/str: Add constexpr int encode This makes it possible to quickly convert numbers to strings in constexpr contexts. Change-Id: I5a460feacf97c80761d02a3b07f5b22080401b45 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build index 93d68f3..6d17d3d 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -54,6 +54,7 @@ 'net/addr/ip.cpp', 'net/addr/subnet.cpp', 'numeric/endian.cpp', + 'numeric/str.cpp', 'pinned.cpp', 'raw.cpp', 'signal.cpp',