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/include/meson.build b/include/meson.build
index 979478e..56f9c8e 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -13,6 +13,7 @@
'stdplus/net/addr/ip.hpp',
'stdplus/net/addr/subnet.hpp',
'stdplus/numeric/endian.hpp',
+ 'stdplus/numeric/str.hpp',
'stdplus/pinned.hpp',
'stdplus/raw.hpp',
'stdplus/signal.hpp',