Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.10/00
-
Component/s: Other
-
Labels:None
-
Environment:
g++-5 on Debian 8.6, ROOT 7 and cxx14 support enabled
-
Development:
Description
Errors related to Stat_t in THist are produced by the following code:
ROOT::Experimental::THist<1,int> h({100, 0., 1.}); |
h.Fill({0.5});
|