open-watcom / open-watcom-v2

Open Watcom V2.0 - Source code repository, Wiki, Latest Binary build, Archived builds including all installers for download.
Other
979 stars 159 forks source link

sstream #149

Open brynne8 opened 9 years ago

brynne8 commented 9 years ago

Some projects could not build without the sstream header in C++ I/O Library implemented.

Wohlstand commented 6 years ago

Same, I have tried to port my project to OpenWatcom which works on DJGPP fine, but because of no sstream, I have removed usage of it to allow build. However, I got another troubles I'll report (Red-black tree is very danger while using std::set and std::map and sometimes causes wrong data being returned).