DragonBones / DragonBonesCPP

DragonBones C++ Runtime
MIT License
395 stars 228 forks source link

Error with parser->JSONParser.cpp line 275 #182

Closed HubHop closed 6 years ago

HubHop commented 6 years ago

Non-const lvalue reference to type 'basic_string<...>' cannot bind to a temporary of type 'basic_string<...>'

Source Code: auto& skinName = _getString(*rawData, SKIN, DEFAULT_NAME);

How can I fix it?

HubHop commented 6 years ago

check out dev, temporary solution~