cbm-fles / flesnet

CBM FLES Timeslice Building
7 stars 22 forks source link

add missing sstream includes and minor improvements in affected file #163

Closed schintke closed 5 months ago

schintke commented 5 months ago

A modern clang++ compiler complains about missing sstream includes in the two modified files.

We add some further includes for better self-containment.

For lib/fles_libfabric/InputChannelSender.cpp we add minor code modernizations and clarifications hinted by clang-tidy.