[core] rm C99 workaround for snprintf - #23240
Conversation
Test Results 4 files 4 suites 22h 18m 37s ⏱️ Results for commit e3e44fc. |
jblomer
left a comment
There was a problem hiding this comment.
Thanks! In principle looks good to me but the <cstdio> include should be in the include section of standard headers, below the ROOT includes.
ferdymercury
left a comment
There was a problem hiding this comment.
mv to include section below or rm if duplicate
ferdymercury
left a comment
There was a problem hiding this comment.
mv to include section below or rm if duplicate
oops sorry I missed that |
No problem, let's just remove the include in the places where it's not needed. |
08467fa to
e7ff1fc
Compare
e7ff1fc to
6e350b2
Compare
it's part of the standard since C11, so no need for special wrapper use C++ header name mv C std headers to include section below or rm duplicate as suggested by jblomer
6e350b2 to
f855f3e
Compare
I think I checked everywhere now :) |
it's part of the standard since C11, so no need for special wrapper