Open yurivict opened 5 years ago
Hi, I think sstream is a slightly special case, as there is a bizarre bug on Mac OS X where using two different stringstream objects simultaneously in two different threads can crash.
That being said, with hindsight I'm not sure that this library is the best solution, nor that it is a complete fix, so it may be possible to make it go away.
Are you packaging DCP-o-matic for FreeBSD?
Are you packaging DCP-o-matic for FreeBSD?
yes
Great! I think this library can be removed, but I will need to wait a few weeks as I'm shortly to make a beta release. At the very least it can be made OSX only.
I'm hesitant to create a package for locked_sstream, because following the same logic any STL class can be mutexed and packaged the same way. This would create a lot of packaging overhead for no good reason.