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
Wow, THIS is a bug 🙂
From a very fast investigation it looks like libAstyle is crashing with
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::compare: __pos (which is 18446744073709551615) > this->size() (which is 2)
as if it was not finding the end of the file. Surely worth investigating. Thanks for reporting!
Activity
facchinm commentedon May 25, 2020
Wow, THIS is a bug 🙂
From a very fast investigation it looks like libAstyle is crashing with
as if it was not finding the end of the file. Surely worth investigating. Thanks for reporting!
andz885 commentedon Feb 20, 2022
Totally forgot about this.