Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 6.02/01
-
Fix Version/s: 6.10/00
-
Component/s: Cling
-
Labels:None
-
Environment:
any
-
Development:
Description
I am not sure if it is valid or not, but a such function compiles with cling:
void f() {
|
TCanvas *c = new TCanvas();
|
return c;
|
}
|