diff options
Diffstat (limited to 'zap/source/any/str/fmt.cc')
-rw-r--r-- | zap/source/any/str/fmt.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zap/source/any/str/fmt.cc b/zap/source/any/str/fmt.cc index b2c0c75..ff6edb1 100644 --- a/zap/source/any/str/fmt.cc +++ b/zap/source/any/str/fmt.cc @@ -4,13 +4,13 @@ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ -#include <zap/str.h> +#include <zap/str.hh> #include "numdig.hh" namespace zap { namespace impl { - template<typename signtyp> zap_priv_inln inline static auto fmt(::zap::i02 * buf,signtyp signval,::zap::i8 const bs,::zap::i8 const rtl) noexcept -> void { + template<typename signtyp> zap_attr_iln inline static auto fmt(::zap::i02 * buf,signtyp signval,::zap::i8 const bs,::zap::i8 const rtl) noexcept -> void { using typ = typename ::zap::usign<signtyp>; char32_t const * digs = U"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; if (bs == 0xCu) digs = U"0123456789\u218A\u218B"; |