MCPcopy Create free account
hub / github.com/boostorg/parser / if

Function if

include/boost/parser/detail/text/transcode_iterator.hpp:3090–3093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3088 return lo;
3089
3090 if (boost::parser::detail::text::high_surrogate(lo)) {
3091 return ErrorHandler{}(
3092 "Invalid UTF-16 sequence; lone leading surrogate.");
3093 }
3094
3095 // low surrogate
3096 if (curr() == first()) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected