-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.18/04
-
Component/s: Core Libraries
-
Labels:None
-
Environment:
All.
FWIW, one more std:: mishap:
$ root -l -b
|
root [0] struct Complex {}; |
root [1] auto v = std::vector<Complex>{}; |
root [2] TClassEdit::ResolveTypedef("std::vector<Complex>::value_type") |
(std::string) "std::Complex" |
root [3] |
where the correct answer would have been "Complex".