mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Merge branch 'master' of https://github.com/aothms/IfcOpenShell
This commit is contained in:
@@ -327,7 +327,7 @@ IfcCharacterEncoder::operator std::string() {
|
|||||||
UChar32 ch;
|
UChar32 ch;
|
||||||
|
|
||||||
const char* source = str.c_str();
|
const char* source = str.c_str();
|
||||||
const char* limit = &*str.end();
|
const char* limit = source + str.size();
|
||||||
|
|
||||||
bool in_extended = false;
|
bool in_extended = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user