Skip to content

IOStream: Drop this component of KWSys

Brad King requested to merge brad.king/kwsys:IOStream-remove into master

The IOStream component was meant to provide compatibility with old C++ stream implementations that did not support long long and/or __int64. Now that KWSys requires C++11 that is not a problem.

Merge request reports