Skip to content

Commit 676e875

Browse files
committed
archlinux, next try!
1 parent 7f7440a commit 676e875

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utf8_checked.h

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ namespace utf8
7070

7171
/// The library API - functions intended to be called by the users
7272

73+
//the following declaration might fix a warning on archlinux
74+
template <typename octet_iterator>
75+
octet_iterator append(uint32_t cp, octet_iterator result);
76+
7377
template <typename octet_iterator, typename output_iterator>
7478
output_iterator replace_invalid(octet_iterator start, octet_iterator end, output_iterator out, uint32_t replacement)
7579
{

0 commit comments

Comments
 (0)