j
k
j a
j l
......The problem is that you can state: double& d = geometry::get(p); ...... lateron: d = 5; Why is this a problem?
...The problem is that you can state: double& d = geometry::get(p); ...... lateron: d = 5;
The problem is that you can state: double& d = geometry::get(p); ...... lateron: d = 5;
Why is this a problem?
As long as geometry::get returns a reference, there is no problem. If it is a proxy, there is.
Back to the thread
Back to the list