We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99adbcc commit cab426cCopy full SHA for cab426c
include/tinyutf8/tinyutf8.h
@@ -707,7 +707,7 @@ namespace tiny_utf8
707
typedef codepoint_reference<basic_string, true> checked_reference;
708
typedef raw_codepoint_reference<basic_string, false> raw_reference;
709
typedef raw_codepoint_reference<basic_string, true> raw_checked_reference;
710
- typedef value_type& const_reference;
+ typedef const value_type& const_reference;
711
typedef std::uint_fast8_t width_type; // Data type capable of holding the number of code units in a codepoint
712
typedef tiny_utf8::iterator<basic_string, false> iterator;
713
typedef tiny_utf8::const_iterator<basic_string, false> const_iterator;
0 commit comments