You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure what changed on my system, and not sure when, but currently just doing std::locale("") triggers a SIGABRT. changing it to std::locale("C") fixes it for now.
not pushing because i have no clue what's going on (on another note, the locale could probably be stored in a static variable, might give a tiny speedup to not recreate every time).
The text was updated successfully, but these errors were encountered:
ofxFontStash2/src/ofxFontStash2.cpp
Line 685 in 5fc3c3d
not sure what changed on my system, and not sure when, but currently just doing
std::locale("")
triggers aSIGABRT
. changing it tostd::locale("C")
fixes it for now.not pushing because i have no clue what's going on (on another note, the locale could probably be stored in a static variable, might give a tiny speedup to not recreate every time).
The text was updated successfully, but these errors were encountered: