uiuc-hpc / Recorder

Multi-level I/O tracing library
Other
43 stars 14 forks source link

Fixing string import bug with gcc 11.2 #18

Closed ABandet closed 2 years ago

ABandet commented 2 years ago

Error at compilation (string out of scope) when compiling with GCC 11.2.

No tests exist so it's is not possible to conclude that old string (string.h) is used on purpose. If was used on purpose instead of you should consider to replace it by .

wangvsa commented 2 years ago

Error at compilation (string out of scope) when compiling with GCC 11.2.

No tests exist so it's is not possible to conclude that old string (string.h) is used on purpose. If was used on purpose instead of you should consider to replace it by .

Hi Alexis,

Yes, you are right. Thanks for pointing it out.