You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README/ReleaseNotes/v632/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following people have contributed to this new version:
34
34
Bernhard Manfred Gruber,\
35
35
Enrico Guiraud,
36
36
Jonas Hahnfeld, CERN/Goethe University Frankfurt,\
37
-
Fernando Hueso Gonzalez, University of Valencia\
37
+
Fernando Hueso Gonzalez, CSIC/University of Valencia\
38
38
Attila Krasznahorkay, CERN/EP-ADP-OS,\
39
39
Wim Lavrijsen, LBL,\
40
40
Dennis Klein, GSI,\
@@ -80,6 +80,7 @@ The following people have contributed to this new version:
80
80
- Support for external (ie. non-builtin) libAfterImage is now deprecated and it will be removed in next release 6.34.
81
81
- The `TList::TList(TObject*)` constructor is deprecated and will be removed in ROOT 6.34
82
82
- The deprecated `TProofOutputList::TProofOutputList(TObject *o)` constructor was removed
83
+
- On the ROOT prompt or in interpreted scripts, CINT-like implicit declarations such as `i = 0;` are now deprecated and might no longer be supported in future ROOT releases. Update those declarations by explicitly using the `auto` keyword: `auto i=0`. The deprecation is marked by printing this kind of warning: `declaration without the 'auto' keyword is deprecated`.
0 commit comments