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
I have no issue if I only use one std::ostringstream like in easy_info.cpp but once i add the second std::ostringstream (even if i dont set the write function) it fails at the singleton.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi, im trying to do something similar to the recv_header.cpp example but inside of a class.
I have no issue with compile/link but when running my class i get memory issues here:
My class is like:
I have no issue if I only use one std::ostringstream like in easy_info.cpp but once i add the second std::ostringstream (even if i dont set the write function) it fails at the singleton.
Any ideas?
The text was updated successfully, but these errors were encountered: