mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Merge pull request #1 from yorikvanhavre/master
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 = source + str.size();
|
const char* limit = &*str.end();
|
||||||
|
|
||||||
bool in_extended = false;
|
bool in_extended = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user