utfcpp/source/utf8
Greg Hewgill 9d52bc19dc Check for end iterator before using iterator
If it == end, then sequence_length(it) will be called which will attempt to dereference the it iterator. This is normally harmless, because the get_sequence_x() functions each check to see whether it == end. However, some runtime libraries (MSVC CRT debug build in particular) check the validity of every iterator dereference, and a runtime check will be triggered inside sequence_length() if it is at the end.
2016-09-28 13:35:57 +13:00
..
checked.h Initial import 2015-08-16 08:55:59 -04:00
core.h Check for end iterator before using iterator 2016-09-28 13:35:57 +13:00
unchecked.h Initial import 2015-08-16 08:55:59 -04:00