Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Lib/ruby/std_iostream.i
2019-08-04 21:38:19 -05:00

13 lines
227 B
OpenEdge ABL

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>