[misc] do not rely on obsolete Riostream.h header and deprecate - #23286
[misc] do not rely on obsolete Riostream.h header and deprecate#23286ferdymercury wants to merge 5 commits into
Conversation
|
Squash-on-merge would be okay here? |
For me, always! :) |
Test Results 21 files 21 suites 3d 6h 25m 56s ⏱️ For more details on these failures, see this check. Results for commit 7fdcacf. ♻️ This comment has been updated with latest results. |
|
@ferdymercury could you rebase to retrigger the CI? I think the failures are all unrelated but given the many touched files I would still prefer to see more green. |
1657897 to
63437a2
Compare
sure, done! |
63437a2 to
c65d5ea
Compare
c65d5ea to
9699181
Compare
f77b310 to
2c08d4a
Compare
[io] fix header syntax [geom] missing fw declare
2c08d4a to
7fdcacf
Compare
|
@guitargeek I see some UTF8 errors in the CI, could it be related to the recent textinput upgrade? |
|
Let's see if these are reproducible failures. I've restarted the CI for now. |
This Riostream.h header was there 25 years ago then iostream was not yet in the standards.
Use now standard headers, cleaner and more understandable, plus more fine-grained, why should one include three headers when it can just include the needed one.