Skip to content
Snippets Groups Projects
Commit a7164de2 authored by Brad King's avatar Brad King
Browse files

COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.

parent 902af0f6
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@
#if !@KWSYS_NAMESPACE@_IOS_USE_SSTREAM
namespace @KWSYS_NAMESPACE@_ios
{
typedef int streamsize;
typedef int streamoff;
using @KWSYS_NAMESPACE@_ios_namespace::ostream;
using @KWSYS_NAMESPACE@_ios_namespace::istream;
using @KWSYS_NAMESPACE@_ios_namespace::ios;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment