Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

compiling error #71

@jalcazo

Description

@jalcazo

error now in tinyutf-8:
include\libs\tinyutf8\tinyutf8.h|2360|error: cannot increment value of type 'const value_type[LITLEN]' (aka 'const ValueType[LITLEN]')|

here:

...

	while( it != end && str_len ){
			if( *it != *str )
				return false;

----> HERE ---> ++it, ++str, --str_len;
}
return !str_len;
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions