IIIM-IS / AERA

Other
12 stars 4 forks source link

Removed 'c_str()' from << operator call. #290

Closed Leo-Nogismus closed 8 months ago

Leo-Nogismus commented 8 months ago

See issue #289 for more details.

jefft0 commented 8 months ago

Thanks, @Leo-Nogismus . Do you think we should also remove c_str() in the two similar lines right above?

Leo-Nogismus commented 8 months ago

They go into 'std::cout' and seem to work. It only happens when writing to a file. But we can do that, of course, might make sense.

Leo-Nogismus commented 8 months ago

Added those lines as well and squashed the commits

jefft0 commented 8 months ago

Looks great. I already tested on my end. Merging.