Add a view_as operator.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public float egg() {
|
||||
return view_as<void>(10);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
(2) : error 144: void cannot be used as a variable type
|
||||
@@ -0,0 +1,3 @@
|
||||
public float egg() {
|
||||
return view_as<float>(10);
|
||||
}
|
||||
Reference in New Issue
Block a user