summaryrefslogtreecommitdiff
path: root/Lib/ruby/std_iostream.i
blob: ee36bec40c8d388f4498e722552d891612361cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace std
{
%callback("%s") endl;
%callback("%s") ends;
%callback("%s") flush;
}

%warnfilter(365) operator+=;
%warnfilter(802) std::basic_iostream;  // turn off multiple inheritance warning

%include <std/std_iostream.i>