in reply to Re^3: Split tab-separated file into separate files, based on column name (open on demand)
in thread Split tab-separated file into separate files, based on column name
So my tangential question: Is there a way to "export" the no warnings 'void' from inside the streaming package, rather than requiring it in ::main? It would be best if it could just turn off the warnings for the streaming objects, but leave the warnings on for non-overloaded uses of comparison and bitshift. I tried putting the no-warnings inside the overloaded functions, to try to keep the scope limited, but that's not the right place to prevent the warning. (Yes, I understand this isn't necessarily good practice, or "nice" to the external user. This is just for my own curiosity, and not something I'd put in practical code.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Split tab-separated file into separate files, based on column name (tangent = open on demand => stream-like)
by LanX (Saint) on Aug 26, 2020 at 18:06 UTC | |
by Eily (Monsignor) on Aug 27, 2020 at 08:34 UTC | |
by LanX (Saint) on Aug 27, 2020 at 10:38 UTC | |
by Eily (Monsignor) on Aug 27, 2020 at 12:30 UTC | |
by LanX (Saint) on Aug 27, 2020 at 12:50 UTC |