garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
427 stars 102 forks source link

Replace wstring::pop_back with a resize #96

Closed Meoo closed 8 years ago

Meoo commented 10 years ago

string::pop_back is a C++11 feature, resize(size - 1) should be functionally identical and does not require C++11