Fix compiler warning
This commit is contained in:
parent
5482d8c7e2
commit
94dd756669
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ auto append = [](auto const& ctx)
|
|||
|
||||
namespace detail {
|
||||
|
||||
static void push_utf8_impl(std::string & str, uchar code_point)
|
||||
static inline void push_utf8_impl(std::string & str, uchar code_point)
|
||||
{
|
||||
using insert_iterator = std::back_insert_iterator<std::string>;
|
||||
insert_iterator iter(str);
|
||||
|
|
Loading…
Reference in a new issue