> I'm surprised if there is no GPL library which can achieve the same in more > portable and > less convoluted way.
Boost has a number of file filtering methods, including line endings, gzip, and bzip2 compression/decompression. Along the way, we've tried to minimize external dependencies, but I suspect in the near future, we will want to use many features in boost. > Or there is some deep meaning to this contortionist's way to convert > "\r\n" into "\n" by having race conditions for object deallocation that > I completely missed? This isn't a race condition. This is an issue of a double-delete. There's no threading involved, only discussion of a bug which was missed in the design phase. -Geoff ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ OpenBabel-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-devel
